Skip to content

Commit 829b7b5

Browse files
committed
Update rand requirement from 0.7 to 0.8
1 parent 3b2c6ce commit 829b7b5

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
@@ -77,7 +77,7 @@ bevy_internal = {path = "crates/bevy_internal", version = "0.4.0", default-featu
7777

7878
[dev-dependencies]
7979
anyhow = "1.0"
80-
rand = "0.7.3"
80+
rand = "0.8.0"
8181
ron = "0.6.2"
8282
serde = {version = "1", features = ["derive"]}
8383

crates/bevy_asset/Cargo.toml

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

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

crates/bevy_ecs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ trace = []
2020
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" }
23-
rand = "0.7.3"
23+
rand = "0.8.0"
2424
serde = "1.0"
2525
thiserror = "1.0"
2626
fixedbitset = "0.3.1"

0 commit comments

Comments
 (0)