Skip to content

Commit

Permalink
Bump rand for direct-minimal-versions compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Dec 16, 2023
1 parent 690a51e commit 607f0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all-is-cubes-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ instant = { version = "0.1.12", features = ["wasm-bindgen"] }
js-sys = "0.3.64"
log = { version = "0.4.17", default-features = false }
once_cell = "1.18.0"
rand = { version = "0.8.2", default-features = false, features = ["std", "std_rng"] }
rand = { version = "0.8.3", default-features = false, features = ["std", "std_rng"] }
send_wrapper = "0.6.0"
wasm-bindgen = "0.2.87"
wasm-bindgen-futures = "0.4.34"
Expand Down

0 comments on commit 607f0e5

Please sign in to comment.