From 419a04609857e3c646c0cfb6f39324e81542b9f1 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sat, 20 Jul 2019 12:54:30 +0200 Subject: [PATCH] Specify ruma-events git rev --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 58bb3266..340306a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,6 +42,7 @@ features = ["derive"] [dev-dependencies.ruma-events] git = "https://github.com/ruma/ruma-events" +rev = "1b0be0d0e7fa1040fc51b748256b290e24677b19" [dev-dependencies.tokio] git = "https://github.com/tokio-rs/tokio"