From 0dbd20285fe1367b60f45c1cb55df5eebdda3ee9 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 17 Oct 2019 00:43:24 +0200 Subject: [PATCH] Update ruma-api --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b416446d..6fd59e5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ futures-preview = "0.3.0-alpha.19" http = "0.1.18" hyper = { version = "0.13.0-alpha.4", features = ["unstable-stream"] } hyper-tls = { version = "0.4.0-alpha.4", optional = true } -ruma-api = "0.10.0" +ruma-api = { git = "https://github.com/ruma/ruma-api", branch = "serverless" } ruma-client-api = { git = "https://github.com/ruma/ruma-client-api", branch = "event-result" } ruma-events = { git = "https://github.com/ruma/ruma-events", branch = "event-result-2" } ruma-identifiers = "0.14.0"