summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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"]