From 1dd252d1c97a38def74bc097c197a33179ed8fbb Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 23 Apr 2021 18:04:51 +0200 Subject: [PATCH] Bump ruma dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5c0fa7ae..27ccb11a 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 = "4f16b9357c15d649075393a723f23cf560251754" +rev = "12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88" features = ["events", "signatures"] [dev-dependencies]