Do not enable default features in benchmarks
This commit is contained in:
parent
53c6687ef5
commit
cc1671fc57
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue