@@ -28,29 +28,29 @@ icount = ["dep:gungraun"]
2828short-benchmarks = []
2929
3030[dependencies ]
31- anyhow = " 1.0.101 "
31+ anyhow.workspace = true
3232# This is not directly used but is required so we can enable `gmp-mpfr-sys/force-cross`.
33- gmp-mpfr-sys = { version = " 1.6.8 " , optional = true , default-features = false }
34- gungraun = { version = " 0.17.0 " , optional = true }
35- indicatif = { version = " 0.18.3 " , default-features = false }
36- libm = { path = " ../libm " , features = [" unstable-public-internals" ] }
37- libm-macros = { path = " ../crates/libm-macros " }
38- musl-math-sys = { path = " ../crates/musl-math-sys " , optional = true }
39- paste = " 1.0.15 "
40- rand = " 0.9.2 "
41- rand_chacha = " 0.9.0 "
42- rayon = " 1.11.0 "
43- rug = { version = " 1.28.1 " , optional = true , default-features = false , features = [ " float " , " integer " , " std " ] }
33+ gmp-mpfr-sys = { workspace = true , optional = true }
34+ gungraun = { workspace = true , optional = true }
35+ indicatif.workspace = true
36+ libm = { workspace = true , default-features = true , features = [" unstable-public-internals" ] }
37+ libm-macros.workspace = true
38+ musl-math-sys = { workspace = true , optional = true }
39+ paste.workspace = true
40+ rand.workspace = true
41+ rand_chacha.workspace = true
42+ rayon.workspace = true
43+ rug = { workspace = true , optional = true }
4444
4545[target .'cfg(target_family = "wasm")' .dependencies ]
46- getrandom = { version = " 0.3.4 " , features = [" wasm_js" ] }
46+ getrandom = { workspace = true , features = [" wasm_js" ] }
4747
4848[build-dependencies ]
49- rand = { version = " 0.9.2 " , optional = true }
49+ rand = { workspace = true , optional = true }
5050
5151[dev-dependencies ]
52- criterion = { version = " 0.6.0 " , default-features = false , features = [ " cargo_bench_support " ] }
53- libtest-mimic = " 0.8.1 "
52+ criterion.workspace = true
53+ libtest-mimic.workspace = true
5454
5555[[bench ]]
5656name = " icount"
0 commit comments