Update to latest ruma/ruma commit
This will most likely be the API that is released to crates.io so it should be fairly stable...
This commit is contained in:
parent
63e23154f3
commit
d02685a4fd
8 changed files with 205 additions and 217 deletions
|
@ -29,6 +29,6 @@ thiserror = "1.0.19"
|
|||
image = { version = "0.23.4", default-features = false, features = ["jpeg", "png", "gif"] }
|
||||
|
||||
[dependencies.ruma]
|
||||
git = "https://github.com/DevinR528/ruma"
|
||||
branch = "key-sign"
|
||||
features = ["rand", "client-api", "federation-api"]
|
||||
git = "https://github.com/ruma/ruma"
|
||||
features = ["rand", "client-api", "federation-api", "unstable-pre-spec", "unstable-synapse-quirks"]
|
||||
rev = "848b225"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue