diff --git a/ruma-client/Cargo.toml b/ruma-client/Cargo.toml index df4aa514..a0c50541 100644 --- a/ruma-client/Cargo.toml +++ b/ruma-client/Cargo.toml @@ -34,7 +34,7 @@ serde_json = "1.0.61" [dev-dependencies] anyhow = "1.0.36" -ruma = { version = "0.0.1", path = "../ruma", features = ["client-api"] } +ruma = { version = "0.0.2", path = "../ruma", features = ["client-api"] } tokio = { version = "1.0.1", features = ["macros", "rt"] } [features] diff --git a/ruma/Cargo.toml b/ruma/Cargo.toml index 52ba7740..9316ef00 100644 --- a/ruma/Cargo.toml +++ b/ruma/Cargo.toml @@ -9,11 +9,11 @@ homepage = "https://www.ruma.io/" repository = "https://github.com/ruma/ruma" readme = "README.md" license = "MIT" -version = "0.0.1" +version = "0.0.2" edition = "2018" [dependencies] -assign = "1.1.0" +assign = "1.1.1" js_int = "0.2.0" ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }