From f66ebbd3e0cf6252f575c9d539aa7878523f5b71 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 5 Jun 2020 17:34:36 +0200 Subject: [PATCH] Fix version of ruma-signatures in ruma/Cargo.toml --- ruma/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruma/Cargo.toml b/ruma/Cargo.toml index 392a8c34..54f49f16 100644 --- a/ruma/Cargo.toml +++ b/ruma/Cargo.toml @@ -22,7 +22,7 @@ ruma-common = { version = "0.1.3", path = "../ruma-common" } ruma-identifiers = "0.16.2" ruma-events = { version = "0.21.3", optional = true } -ruma-signatures = { version = "0.5.0", path = "../ruma-signatures", optional = true } +ruma-signatures = { version = "0.6.0-dev.1", path = "../ruma-signatures", optional = true } ruma-api = { version = "0.16.1", optional = true } ruma-appservice-api = { version = "0.1.0", path = "../ruma-appservice-api", optional = true }