Skip to content

Commit 54f0219

Browse files
committed
Upgrade Ruma
1 parent 523e7ee commit 54f0219

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
Breaking changes:
6+
7+
- Upgrade Ruma to 0.16.0
8+
59
## 0.10.0
610

711
Breaking changes:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ shared-secret-registration-mac = ["dep:hex", "dep:hmac", "dep:sha1"]
1919
[dependencies]
2020
hex = { version = "0.4.3", optional = true }
2121
hmac = { version = "0.12.1", optional = true }
22-
ruma = { version = "0.15.0", features = ["api", "events"] }
22+
ruma = { version = "0.16.0", features = ["api", "events"] }
2323
serde = { version = "1.0.118", features = ["derive"] }
2424
sha1 = { version = "0.10.1", optional = true }
2525

0 commit comments

Comments
 (0)