aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-01-18 20:11:07 +0100
committerHarald Eilertsen <haraldei@anduin.net>2018-01-18 20:11:07 +0100
commit337c9d2b2280f8e252e8c9acd7e73caf1291d7a5 (patch)
tree9468fa1820970e846ef4868f0ec2dba655b81679 /src/main.rs
parente96c58580b2ac1874718f3d31a1d4abcdcc6dbb6 (diff)
downloadrocket-blog-337c9d2b2280f8e252e8c9acd7e73caf1291d7a5.tar.gz
rocket-blog-337c9d2b2280f8e252e8c9acd7e73caf1291d7a5.tar.bz2
rocket-blog-337c9d2b2280f8e252e8c9acd7e73caf1291d7a5.zip
Upgrade to Diesel 1.1 and r2d2 0.8.2.
Also drop the now obsolete diesel_codegen crate.
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
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;