From c80d41e076a49b6cee08b2db9366fbc90639bdd6 Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Fri, 24 Mar 2017 01:45:21 -0700 Subject: [PATCH] Update ruma-identifiers to 0.10 and bump version to 0.7.0. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"