Skip to content

Commit f68bcb0

Browse files
committed
fix benches compilation
1 parent f640b1a commit f68bcb0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

crates/parry2d-f64/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ smallvec = "1"
9595
simba = { version = "0.9", default-features = false }
9696
oorandom = "11"
9797
ptree = "0.4.0"
98-
rand = { version = "0.8" }
98+
rand = { version = "0.9" }

crates/parry2d/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ smallvec = "1"
9595
simba = { version = "0.9", default-features = false }
9696
oorandom = "11"
9797
ptree = "0.4.0"
98-
rand = { version = "0.8" }
98+
rand = { version = "0.9" }
9999
macroquad = "0.4.12"
100100

101101
[package.metadata.docs.rs]

crates/parry3d-f64/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ thiserror = { version = "2", default-features = false }
9898
[dev-dependencies]
9999
oorandom = "11"
100100
ptree = "0.4.0"
101-
rand = { version = "0.8" }
101+
rand = { version = "0.9" }
102102

103103
[package.metadata.docs.rs]
104104
rustdoc-args = ["-Zunstable-options", "--generate-link-to-definition"]

crates/parry3d/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ glam = { version = "0.30.4", optional = true }
103103
[dev-dependencies]
104104
oorandom = "11"
105105
ptree = "0.4.0"
106-
rand = { version = "0.8" }
106+
rand = { version = "0.9" }
107107
macroquad = "0.4.12"
108108
nalgebra = { version = "0.34", default-features = false, features = ["rand"] }
109-
rand_isaac = "0.3"
109+
rand_isaac = "0.4"
110110

111111
[package.metadata.docs.rs]
112112
rustdoc-args = ["-Zunstable-options", "--generate-link-to-definition"]

0 commit comments

Comments
 (0)