Use the same version of ruma-events everywhere
This commit is contained in:
parent
d5bd6bd61d
commit
afa7392b58
@ -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 }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user