Update dependencies, bump version to 0.8.0-rc.3

This commit is contained in:
Jonas Platte 2020-04-20 16:03:56 +02:00
parent 738ef99dd7
commit 7c96191785
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -9,15 +9,15 @@ license = "MIT"
name = "ruma-client-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma-client-api"
version = "0.8.0-rc.2"
version = "0.8.0-rc.3"
edition = "2018"
[dependencies]
http = "0.2.1"
js_int = { version = "0.1.4", features = ["serde"] }
ruma-api = "0.16.0-rc.1"
ruma-api = "0.16.0-rc.2"
ruma-events = "0.19.0"
ruma-identifiers = "0.15.1"
ruma-identifiers = "0.16.0"
ruma-serde = "0.1.0"
serde = { version = "1.0.106", features = ["derive"] }
serde_json = "1.0.51"