diff --git a/Cargo.toml b/Cargo.toml index d5bcdd53..6265d019 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,10 +8,10 @@ license = "MIT" name = "ruma-events" readme = "README.md" repository = "https://github.com/ruma/ruma-events" -version = "0.6.0" +version = "0.7.0" [dependencies] -ruma-identifiers = "0.9" +ruma-identifiers = "0.10" ruma-signatures = "0.2" serde = "0.9" serde_derive = "0.9"