From a38c7e048c28df1d41cf9c2b9b9bf2b8d686c969 Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Fri, 24 Mar 2017 01:32:00 -0700 Subject: [PATCH] Bump version to 0.10.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a68428eb..a8957ca5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "ruma-identifiers" readme = "README.md" repository = "https://github.com/ruma/ruma-identifiers" -version = "0.9.0" +version = "0.10.0" [dependencies] lazy_static = "0.2"