Release ruma-common 0.9.1

This commit is contained in:
Jonas Platte
2022-05-06 17:19:57 +02:00
parent 16abba2af2
commit a36da216ec
12 changed files with 23 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.9.0", path = "../ruma-common", features = ["events"] }
ruma-common = { version = "0.9.1", 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.9.0", path = "../ruma-common", features = ["unstable-pdu"] }
ruma-common = { version = "0.9.1", path = "../ruma-common", features = ["unstable-pdu"] }
tracing-subscriber = "0.3.3"
[[bench]]