From a377ac87da33bb989a44decbbaeec0e37fea962b Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sat, 2 Jan 2021 15:35:02 +0100 Subject: [PATCH] Release ruma 0.0.2 --- ruma-client/Cargo.toml | 2 +- ruma/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" }