From 1ae596d2512791f69f01e6780152daa0cb2a6f1c Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Thu, 16 Feb 2017 19:38:56 -0800 Subject: [PATCH] Update diesel to 0.11 and bump version to 0.9.0. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5df8bcbf..d72e62c4 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.8.1" +version = "0.9.0" [dependencies] lazy_static = "0.2" @@ -19,7 +19,7 @@ url = "1.4" [dependencies.diesel] optional = true -version = "0.10" +version = "0.11" [dev-dependencies] serde_json = "0.9"