diff --git a/ruma/Cargo.toml b/ruma/Cargo.toml index cc51fada..c73a525c 100644 --- a/ruma/Cargo.toml +++ b/ruma/Cargo.toml @@ -21,7 +21,7 @@ federation-api = ["ruma-api", "ruma-federation-api", "ruma-signatures"] ruma-common = { version = "0.1.3", path = "../ruma-common" } 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-api = { version = "0.16.1", path = "../ruma-api", optional = true }