Release ruma 0.0.2
This commit is contained in:
parent
329537afef
commit
a377ac87da
@ -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]
|
||||||
|
@ -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" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user