diff options
| author | Jokler <jokler.contact@gmail.com> | 2018-09-20 00:42:20 +0200 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2018-09-20 00:43:34 +0200 |
| commit | 399edf8f800100a7a15d1c272897bf232d0c5bb3 (patch) | |
| tree | 9c1b0ab0e463739401c8370291f12073345d653e /Cargo.toml | |
| parent | a862046b0d34a2d23fdfa25d7bfb5dcc8c73dd45 (diff) | |
| download | frippy-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.toml | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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 |
