Fix version of ruma-signatures in ruma/Cargo.toml

This commit is contained in:
Jonas Platte 2020-06-05 17:34:36 +02:00
parent 5865d24bb1
commit f66ebbd3e0
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -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 }