Release ruma-common 0.9.0

This commit is contained in:
Jonas Platte
2022-04-28 16:38:08 +02:00
parent 481c953cb5
commit 4e8d88617d
12 changed files with 15 additions and 13 deletions

View File

@@ -20,7 +20,7 @@ unstable-exhaustive-types = []
[dependencies]
itertools = "0.10.0"
js_int = "0.2.0"
ruma-common = { version = "0.8.0", path = "../ruma-common", features = ["events"] }
ruma-common = { version = "0.9.0", path = "../ruma-common", features = ["events"] }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.60"
thiserror = "1.0.26"
@@ -30,7 +30,7 @@ tracing = "0.1.26"
criterion = "0.3.3"
maplit = "1.0.2"
rand = "0.8.3"
ruma-common = { version = "0.8.0", path = "../ruma-common", features = ["unstable-pdu"] }
ruma-common = { version = "0.9.0", path = "../ruma-common", features = ["unstable-pdu"] }
tracing-subscriber = "0.3.3"
[[bench]]