aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2017-12-24 15:55:01 +0100
committerJokler <jokler.contact@gmail.com>2017-12-24 15:55:01 +0100
commitc0f68f11396713ffc1ec99ee49b9c16ff55f6824 (patch)
treec44c71b4a5c38d24622eab8cab9412d7ac6742bf /Cargo.toml
parent4a8e69f7f3069f8d059d0f88fba72e03712fd591 (diff)
downloadfrippy-c0f68f11396713ffc1ec99ee49b9c16ff55f6824.tar.gz
frippy-c0f68f11396713ffc1ec99ee49b9c16ff55f6824.zip
Update diesel
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5f535e4..1775455 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,17 +45,17 @@ branch = 'update-to-latest-unicode'
[dependencies.diesel]
-version = "1.0.0-beta1"
+version = "1.0.0-rc1"
optional = true
features = ["mysql", "chrono"]
[dependencies.diesel_infer_schema]
-version = "1.0.0-beta1"
+version = "1.0.0-rc1"
optional = true
features = ["mysql"]
[dependencies.diesel_migrations]
-version = "1.0.0-beta1"
+version = "1.0.0-rc1"
optional = true
features = ["mysql"]