Update deps.

This commit is contained in:
Jordan Petridis
2018-05-28 22:06:07 +03:00
parent 667deef5f2
commit 9a2f51b48d
3 changed files with 180 additions and 169 deletions
+2
View File
@@ -1,4 +1,6 @@
//! Database Setup. This is only public to help with some unit tests.
// Diesel embed_migrations! triggers the lint
#![allow(unused_imports)]
use diesel::prelude::*;
use diesel::r2d2;