Release ruma-events 0.26.0

This commit is contained in:
Jonas Platte
2022-02-19 14:53:14 +01:00
parent 06344cdc73
commit b725865cba
10 changed files with 17 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ __ci = ["ruma-events/unstable-pre-spec"]
itertools = "0.10.0"
js_int = "0.2.0"
ruma-common = { version = "0.8.0", path = "../ruma-common" }
ruma-events = { version = "0.25.0", path = "../ruma-events" }
ruma-events = { version = "0.26.0", path = "../ruma-events" }
ruma-identifiers = { version = "0.22.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
@@ -36,7 +36,7 @@ tracing = "0.1.26"
criterion = "0.3.3"
maplit = "1.0.2"
rand = "0.8.3"
ruma-events = { version = "0.25.0", path = "../ruma-events", features = ["unstable-pdu"] }
ruma-events = { version = "0.26.0", path = "../ruma-events", features = ["unstable-pdu"] }
tracing-subscriber = "0.3.3"
[[bench]]