Make use of unstable alloc_jemalloc crate optional

This commit is contained in:
Simon Sapin 2017-10-12 01:36:34 +02:00
parent d9a311963f
commit d6d772eba0
4 changed files with 18 additions and 11 deletions

View file

@ -9,6 +9,9 @@ publish = false
name = "profile"
path = "lib.rs"
[features]
unstable = []
[dependencies]
profile_traits = {path = "../profile_traits"}
influent = "0.4"