From 399edf8f800100a7a15d1c272897bf232d0c5bb3 Mon Sep 17 00:00:00 2001 From: Jokler Date: Thu, 20 Sep 2018 00:42:20 +0200 Subject: Main: Remove diesel_infer_schema dep & run clippy This should fix travis-ci since diesel_infer_schema is deprecated. --- Cargo.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Cargo.toml') 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 -- cgit v1.2.3-70-g09d2