fix: Bump ruwuma to resolve duplicate state error

This commit is contained in:
nexy7574 2026-03-03 06:01:02 +00:00
parent 6adb99397e
commit f4af67575e
No known key found for this signature in database
GPG key ID: 0FA334385D0B689F
3 changed files with 17 additions and 17 deletions

View file

@ -343,7 +343,7 @@ version = "0.1.2"
[workspace.dependencies.ruma]
git = "https://forgejo.ellis.link/continuwuation/ruwuma"
#branch = "conduwuit-changes"
rev = "a4b5e89f4951c87e903ef224c2d1c2c4ef1ebeaf"
rev = "ad7ffe3b67d56cd3e617d6a688f7fdb169285c95"
features = [
"compat",
"rand",
@ -381,6 +381,7 @@ features = [
"unstable-pdu",
"unstable-msc4155",
"unstable-msc4143", # livekit well_known response
"unstable-msc4284"
]
[workspace.dependencies.rust-rocksdb]