Use the same version of ruma-events everywhere

This commit is contained in:
Jonas Platte 2020-06-05 18:04:08 +02:00
parent d5bd6bd61d
commit afa7392b58
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -21,7 +21,7 @@ federation-api = ["ruma-api", "ruma-federation-api", "ruma-signatures"]
ruma-common = { version = "0.1.3", path = "../ruma-common" } ruma-common = { version = "0.1.3", path = "../ruma-common" }
ruma-identifiers = "0.16.2" ruma-identifiers = "0.16.2"
ruma-events = { version = "0.21.3", optional = true } ruma-events = { git = "https://github.com/ruma/ruma-events", rev = "c1ee72d", optional = true }
ruma-signatures = { version = "0.6.0-dev.1", path = "../ruma-signatures", optional = true } ruma-signatures = { version = "0.6.0-dev.1", path = "../ruma-signatures", optional = true }
ruma-api = { version = "0.16.1", path = "../ruma-api", optional = true } ruma-api = { version = "0.16.1", path = "../ruma-api", optional = true }