Upgrade ruma dependency

master
Jonas Platte 2021-04-19 12:16:13 +02:00
parent 3414a59b91
commit 401cf282a7
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ serde = "1.0.122"
async-trait = "0.1.42"
[dependencies.ruma]
version = "0.0.2"
version = "0.0.3"
git = "https://github.com/ruma/ruma"
rev = "47d6b458574247545f8836b9421800f0089f3008"
rev = "c816630058ab625d93ebab294e9e6c02dd9d866c"
features = ["client-api", "compat", "unstable-pre-spec"]
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]