Skip to content

Commit

Permalink
chore: upgrade ruma version 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hanadi92 authored Jan 21, 2024
1 parent 0ae7a51 commit 60e6db4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Upgrade ruma dependency to 0.7.2
* Work around a Synapse issue affecting sqlite configurations
* Update v1/server_version endpoint response data with optional python_version key
* Upgrade to ruma 0.9.4

# 0.4.0

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ unstable-exhaustive-types = []
[dependencies]
hex = { version = "0.4.3", optional = true }
hmac = { version = "0.12.1", optional = true }
ruma = { git = "https://github.com/ruma/ruma", rev = "0143bd9b9f5dcfcaa835afb76f342c12f014f945", features = ["api", "events"] }
ruma = { version = "0.9.4", features = ["api", "events"] }
serde = { version = "1.0.118", features = ["derive"] }
sha1 = { version = "0.10.1", optional = true }

Expand Down

0 comments on commit 60e6db4

Please sign in to comment.