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

Commit 594e7e6

Browse files
committed
clean up cargo features
1 parent cfacd88 commit 594e7e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/libm-test/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ unstable-float = ["libm/unstable-float", "rug?/nightly-float"]
1212

1313
# Generate tests which are random inputs and the outputs are calculated with
1414
# musl libc.
15-
test-multiprecision = ["dep:az", "dep:rug", "dep:gmp-mpfr-sys"]
15+
test-multiprecision = ["dep:az", "dep:rug"]
1616

1717
# Build our own musl for testing and benchmarks
1818
build-musl = ["dep:musl-math-sys"]
@@ -28,7 +28,7 @@ short-benchmarks = []
2828
[dependencies]
2929
anyhow = "1.0.90"
3030
az = { version = "1.2.1", optional = true }
31-
gmp-mpfr-sys = { version = "1.6.4", optional = true, default-features = false, features = ["mpfr"] }
31+
gmp-mpfr-sys = { version = "1.6.4", optional = true, default-features = false }
3232
indicatif = { version = "0.17.9", default-features = false }
3333
libm = { path = "../..", features = ["unstable-public-internals"] }
3434
libm-macros = { path = "../libm-macros" }

0 commit comments

Comments
 (0)