Implemented key rotation with the latest vault

This commit is contained in:
Daniel García
2018-11-24 23:00:41 +01:00
parent f1acc1e05a
commit f71f10eac6
4 changed files with 100 additions and 27 deletions

View File

@ -1,4 +1,4 @@
#![feature(proc_macro_hygiene, decl_macro, custom_derive, vec_remove_item, try_trait)]
#![feature(proc_macro_hygiene, decl_macro, custom_derive, vec_remove_item, try_trait, nll)]
#![recursion_limit="128"]
#![allow(proc_macro_derive_resolution_fallback)] // TODO: Remove this when diesel update fixes warnings