aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2018-09-20 00:42:20 +0200
committerJokler <jokler.contact@gmail.com>2018-09-20 00:43:34 +0200
commit399edf8f800100a7a15d1c272897bf232d0c5bb3 (patch)
tree9c1b0ab0e463739401c8370291f12073345d653e /Cargo.toml
parenta862046b0d34a2d23fdfa25d7bfb5dcc8c73dd45 (diff)
downloadfrippy-399edf8f800100a7a15d1c272897bf232d0c5bb3.tar.gz
frippy-399edf8f800100a7a15d1c272897bf232d0c5bb3.zip
Main: Remove diesel_infer_schema dep & run clippy
This should fix travis-ci since diesel_infer_schema is deprecated.
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