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:
parent
bfd93e5b13
commit
ce42b07a80
3 changed files with 134 additions and 165 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue