1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-06-18 01:10:09 +00:00

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
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
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;