From 3ee120973de29d766b4849bafccaa3f8c776e24d Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Thu, 16 Feb 2017 19:46:20 -0800 Subject: [PATCH] Update ruma-identifiers to 0.9 and bump version to 0.6.0. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"