From bec253efd8958112482f7ccca34bc6bbf2fd7c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 30 Oct 2019 18:54:55 +0100 Subject: [PATCH] nio: Pin the dependency versions. --- Cargo.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e9400e07..5373ff07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"