Do not enable default features in benchmarks

This commit is contained in:
gnzlbg
2019-07-02 08:32:31 +02:00
parent f0d518231c
commit 8f018d633c
+1 -1
View File
@@ -6,6 +6,6 @@ edition = "2018"
license = "MIT OR Apache-2.0"
[dependencies]
libm = { path = "../.." }
libm = { path = "../..", default-features = false }
rand = "0.6.5"
paste = "0.1.5"