summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 1 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 208f733..a8c264f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,6 @@ doc = false
[features]
mysql = [
"diesel",
- "diesel_infer_schema",
"diesel_migrations",
"r2d2",
"r2d2-diesel"
@@ -57,11 +56,6 @@ version = "1.3.3"
optional = true
features = ["mysql", "chrono"]
-[dependencies.diesel_infer_schema]
-version = "1.3.0"
-optional = true
-features = ["mysql"]
-
[dependencies.diesel_migrations]
version = "1.3.0"
optional = true
@@ -76,5 +70,5 @@ version = "1.0.0"
optional = true
[dependencies.clippy]
-version = "*"
+version = "0.0.212"
optional = true