Skip to content

Commit 7ae247b

Browse files
committed
DROPME test with unreleased Rug
1 parent 36451e3 commit 7ae247b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/libm-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ paste = "1.0.15"
3939
rand = "0.8.5"
4040
rand_chacha = "0.3.1"
4141
rayon = "1.10.0"
42-
rug = { version = "1.26.1", optional = true, default-features = false, features = ["float", "integer", "std"] }
42+
rug = { git = "https://gitlab.com/tspiteri/rug.git", rev = "2d96613fc1d84882b8651e86232fbb54ebe7c4c3", optional = true, default-features = false, features = ["float", "integer", "std"] }
4343

4444
[target.'cfg(target_family = "wasm")'.dependencies]
4545
# Enable randomness on WASM

crates/util/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ libm = { path = "../..", default-features = false }
1616
libm-macros = { path = "../libm-macros" }
1717
libm-test = { path = "../libm-test", default-features = false }
1818
musl-math-sys = { path = "../musl-math-sys", optional = true }
19-
rug = { version = "1.26.1", optional = true, default-features = false, features = ["float", "std"] }
19+
rug = { git = "https://gitlab.com/tspiteri/rug.git", rev = "2d96613fc1d84882b8651e86232fbb54ebe7c4c3", optional = true, default-features = false, features = ["float", "integer", "std"] }

0 commit comments

Comments
 (0)