Skip to content

Commit b2d654c

Browse files
committed
Use rand 0.8 again (#1567)
#1525 accidentally moved back to rand 0.7
1 parent ab407aa commit b2d654c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ fxhash = "0.2"
3030
thiserror = "1.0"
3131
downcast-rs = "1.2"
3232
parking_lot = "0.11"
33-
rand = "0.7"
33+
rand = "0.8"
3434
serde = "1"

0 commit comments

Comments
 (0)