diff --git a/ruma-client/Cargo.toml b/ruma-client/Cargo.toml index 474ee5dc..e45698e9 100644 --- a/ruma-client/Cargo.toml +++ b/ruma-client/Cargo.toml @@ -33,7 +33,7 @@ serde_json = "1.0.61" [dev-dependencies] anyhow = "1.0.37" -ruma = { version = "0.0.2", path = "../ruma", features = ["client-api-c"] } +ruma = { version = "0.0.3", path = "../ruma", features = ["client-api-c"] } tokio = { version = "1.0.1", features = ["macros", "rt"] } tokio-stream = { version = "0.1.1", default-features = false } diff --git a/ruma/Cargo.toml b/ruma/Cargo.toml index 893ecdc1..64b7005a 100644 --- a/ruma/Cargo.toml +++ b/ruma/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://www.ruma.io/" repository = "https://github.com/ruma/ruma" readme = "README.md" license = "MIT" -version = "0.0.2" +version = "0.0.3" edition = "2018" [package.metadata.docs.rs]