Skip to content

Commit ada3e82

Browse files
Updated to offical ruma crate
Signed-off-by: Michael Hollister <[email protected]>
1 parent 7df0399 commit ada3e82

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ futures-executor = "0.3.21"
3636
futures-util = { version = "0.3.26", default-features = false, features = ["alloc"] }
3737
http = "0.2.6"
3838
itertools = "0.11.0"
39-
ruma = { version = "0.9.0", features = ["client-api-c", "compat-upload-signatures", "compat-user-id", "compat-arbitrary-length-ids"] }
39+
ruma = { version = "0.9.1", features = ["client-api-c", "compat-upload-signatures", "compat-user-id", "compat-arbitrary-length-ids", "unstable-msc3061"] }
4040
ruma-common = "0.12.0"
4141
once_cell = "1.16.0"
4242
serde = "1.0.151"

0 commit comments

Comments
 (0)