From c20893e536bea4d17a9fe6af28428fb17169b56f Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 29 Apr 2021 20:51:38 +0200 Subject: [PATCH] Bump ruma --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1695a450..79deb406 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ unstable-pre-spec = ["ruma/unstable-pre-spec"] [dependencies.ruma] git = "https://github.com/ruma/ruma" -rev = "d27584ae3bdc035529e7389f1c392d4c96f9f8eb" +rev = "8c286e78d41770fe431e7304cc2fe23e383793df" features = ["events", "signatures"] [dev-dependencies]