From 337c9d2b2280f8e252e8c9acd7e73caf1291d7a5 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 18 Jan 2018 20:11:07 +0100 Subject: Upgrade to Diesel 1.1 and r2d2 0.8.2. Also drop the now obsolete diesel_codegen crate. --- src/main.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 4876b35..424dbde 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,7 +2,6 @@ #![plugin(rocket_codegen)] #[macro_use] extern crate bart_derive; -#[macro_use] extern crate diesel_codegen; #[macro_use] extern crate diesel; #[macro_use] extern crate serde_derive; -- cgit v1.2.3