Skip to content

Commit

Permalink
Updated to offical ruma crate
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hollister <michael@futo.org>
  • Loading branch information
Michael-Hollister committed Oct 13, 2023
1 parent 7df0399 commit ada3e82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ futures-executor = "0.3.21"
futures-util = { version = "0.3.26", default-features = false, features = ["alloc"] }
http = "0.2.6"
itertools = "0.11.0"
ruma = { version = "0.9.0", features = ["client-api-c", "compat-upload-signatures", "compat-user-id", "compat-arbitrary-length-ids"] }
ruma = { version = "0.9.1", features = ["client-api-c", "compat-upload-signatures", "compat-user-id", "compat-arbitrary-length-ids", "unstable-msc3061"] }
ruma-common = "0.12.0"
once_cell = "1.16.0"
serde = "1.0.151"
Expand Down

0 comments on commit ada3e82

Please sign in to comment.