Merge pull request #205 from lthms/recent_rocket

Update to a more recent rocket and rust toolchain
This commit is contained in:
Baptiste Gelez
2018-09-08 19:06:52 +01:00
committed by GitHub
17 changed files with 1096 additions and 736 deletions
+2
View File
@@ -1,3 +1,5 @@
#![allow(proc_macro_derive_resolution_fallback)] // This can be removed after diesel-1.4
extern crate activitypub;
extern crate ammonia;
extern crate bcrypt;