Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 8f018d6

Browse files
committed
Do not enable default features in benchmarks
1 parent f0d5182 commit 8f018d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/libm-bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ edition = "2018"
66
license = "MIT OR Apache-2.0"
77

88
[dependencies]
9-
libm = { path = "../.." }
9+
libm = { path = "../..", default-features = false }
1010
rand = "0.6.5"
1111
paste = "0.1.5"

0 commit comments

Comments
 (0)