From 2edf22157cbfd12ae0705ba9d4089e78e18bfcad Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Thu, 25 Jul 2019 10:33:04 -0700 Subject: [PATCH] Bump version to 0.14.0. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8ca08ff2..318b44c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,14 +9,14 @@ license = "MIT" name = "ruma-identifiers" readme = "README.md" repository = "https://github.com/ruma/ruma-identifiers" -version = "0.13.1" +version = "0.14.0" edition = "2018" [dependencies] lazy_static = "1.3.0" rand = "0.7.0" regex = "1.2.0" -serde = "1.0.90" +serde = "1.0.97" url = "2.0.0" [dependencies.diesel] @@ -24,4 +24,4 @@ optional = true version = "1.4.2" [dev-dependencies] -serde_json = "1.0.39" +serde_json = "1.0.40"