nio: Pin the dependency versions.

master
Damir Jelić 2019-10-30 18:54:55 +01:00
parent ee96ae00e4
commit bec253efd8
1 changed files with 5 additions and 4 deletions

View File

@ -11,13 +11,14 @@ repository = "https://github.com/poljar/nio-rust"
version = "0.1.0"
[dependencies]
js_int = "*"
js_int = "0.1.2"
futures-preview = "0.3.0-alpha.18"
reqwest = "0.10.0-alpha.1"
http = "0.1.18"
ruma-api = "*"
ruma-client-api = { git = "https://github.com/ruma/ruma-client-api" }
ruma-events = "0.12"
ruma-api = "0.11.0"
ruma-client-api = "0.4.0"
ruma-events = "0.15.1"
log = "0.4.8"
ruma-identifiers = "*"
serde_json = "1.0.40"