Skip to content

Commit a42880d

Browse files
committed
Update rand requirement from 0.7 to 0.8
1 parent cf0e9f9 commit a42880d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ bevy_internal = {path = "crates/bevy_internal", version = "0.4.0", default-featu
8181

8282
[dev-dependencies]
8383
anyhow = "1.0"
84-
rand = "0.7.3"
84+
rand = "0.8.0"
8585
ron = "0.6.2"
8686
serde = {version = "1", features = ["derive"]}
8787

crates/bevy_asset/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ thiserror = "1.0"
3434
downcast-rs = "1.2.0"
3535
notify = { version = "5.0.0-pre.2", optional = true }
3636
parking_lot = "0.11.0"
37-
rand = "0.7.3"
37+
rand = "0.8.0"
3838

3939
[target.'cfg(target_arch = "wasm32")'.dependencies]
4040
wasm-bindgen = { version = "0.2" }

crates/bevy_ecs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bevy_tasks = { path = "../bevy_tasks", version = "0.4.0" }
2121
bevy_utils = { path = "../bevy_utils", version = "0.4.0" }
2222
bevy_ecs_macros = { path = "macros", version = "0.4.0" }
2323
fxhash = "0.2"
24-
rand = "0.7.3"
24+
rand = "0.8.0"
2525
serde = "1.0"
2626
thiserror = "1.0"
2727
fixedbitset = "0.3.1"

0 commit comments

Comments
 (0)