diff --git a/Cargo.toml b/Cargo.toml index 016b0057..d5bcdd53 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.5.0" +version = "0.6.0" [dependencies] -ruma-identifiers = "0.8" +ruma-identifiers = "0.9" ruma-signatures = "0.2" serde = "0.9" serde_derive = "0.9"