Release ruma 0.0.2

This commit is contained in:
Jonas Platte 2021-01-02 15:35:02 +01:00
parent 329537afef
commit a377ac87da
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ serde_json = "1.0.61"
[dev-dependencies] [dev-dependencies]
anyhow = "1.0.36" 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"] } tokio = { version = "1.0.1", features = ["macros", "rt"] }
[features] [features]

View File

@ -9,11 +9,11 @@ homepage = "https://www.ruma.io/"
repository = "https://github.com/ruma/ruma" repository = "https://github.com/ruma/ruma"
readme = "README.md" readme = "README.md"
license = "MIT" license = "MIT"
version = "0.0.1" version = "0.0.2"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
assign = "1.1.0" assign = "1.1.1"
js_int = "0.2.0" js_int = "0.2.0"
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" } ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }