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]
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]

View file

@ -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" }