Update Diesel to 1.4 and other dependencies

This commit is contained in:
Daniel García
2019-01-21 15:29:52 +01:00
parent bfd93e5b13
commit ce42b07a80
3 changed files with 134 additions and 165 deletions

View File

@ -1,6 +1,5 @@
#![feature(proc_macro_hygiene, decl_macro, vec_remove_item, try_trait)]
#![recursion_limit = "128"]
#![allow(proc_macro_derive_resolution_fallback)] // TODO: Remove this when diesel update fixes warnings
#[macro_use]
extern crate rocket;