Skip to content

Commit 0a619d7

Browse files
committed
Remove some unnecessary crate features.
1 parent d9e0af0 commit 0a619d7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ indicatif = "0.18.0"
1818
kiddo = "5.2.2"
1919
mimalloc = { version = "0.1.48", features = ["v3"] }
2020
nalgebra = { version = "0.34.1", features = ["rand"] }
21-
parry3d-f64 = { version = "0.25", features = ["parallel"] }
21+
parry3d-f64 = "0.25"
2222
pyo3 = { version = "0.26.0", features = ["abi3-py39"] }
23-
rand = "0.9.2"
23+
rand = { version = "0.9.2", default-features = false, features = ["std"] }
2424
rand_chacha = "0.9.0"
2525
rayon = "1.11.0"
2626
spade = "2.15.0"

0 commit comments

Comments
 (0)