Do not enable default features in benchmarks

This commit is contained in:
gnzlbg 2019-07-02 08:32:31 +02:00
parent 53c6687ef5
commit cc1671fc57

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"