From 4ad8ee7d08db3cda434ba420cdb37de0bf0c325c Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 17 Oct 2019 00:23:53 +0200 Subject: [PATCH] Switch ruma-api branch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index adddb456..25c4f9e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" [dependencies] js_int = { version = "0.1.2", features = ["serde"] } -ruma-api = "0.10.0" +ruma-api = { git = "https://github.com/ruma/ruma-api", branch = "serverless" } ruma-events = { git = "https://github.com/ruma/ruma-events", branch = "event-result-2" } ruma-identifiers = "0.14.0" serde = { version = "1.0.101", features = ["derive"] }