Merge pull request #912 from ymage/openssl_as_default

Fix alpine build with openssl crate as default
This commit is contained in:
Daniel García
2020-03-16 23:02:07 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,6 @@
#![feature(proc_macro_hygiene, vec_remove_item, try_trait, ip)]
#![recursion_limit = "256"]
#[cfg(feature = "openssl")]
extern crate openssl;
#[macro_use]
extern crate rocket;