From ddc759887010013632929ed0164b19c5eb5bec45 Mon Sep 17 00:00:00 2001 From: Devin R Date: Tue, 23 Jun 2020 18:58:39 -0400 Subject: [PATCH] Use ruma/ruma master --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index eaad710..55308b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,8 +29,8 @@ thiserror = "1.0.19" image = { version = "0.23.4", default-features = false, features = ["jpeg", "png", "gif"] } [dependencies.ruma] -git = "https://github.com/DevinR528/ruma" -branch = "matrix-sdk2" +git = "https://github.com/ruma/ruma" +# branch = "matrix-sdk2" #path = "../ruma/ruma" features = ["rand", "client-api", "federation-api"]