Skip to content

Commit

Permalink
Fix direct-minimal-versions compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Nov 5, 2023
1 parent 032fb3a commit 0d7ddd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ anyhow = "1.0.70"
arbitrary = { version = "1.1.6", features = ["derive"] }
async_fn_traits = "0.1.1"
base64 = { version = "0.21.0", default-features = false }
bitflags = { version = "2.0.2", default-features = false }
bitflags = { version = "2.4", default-features = false }
# Note that this excludes the "derive" feature but some crates need it.
bytemuck = { version = "1.13.1", default-features = false }
cfg-if = { version = "1.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion all-is-cubes-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ form_urlencoded = "1.0.1"
futures-channel = "0.3.28"
# Feature enabling for indirect dependency all-is-cubes → rand → getrandom,
# as well as our direct dependency
getrandom = { version = "0.2.3", features = ["js"] }
getrandom = { version = "0.2.7", features = ["js"] }
# Feature enabling for indirect dependency all-is-cubes-content → maze_generator → rand → getrandom
getrandom_old = { package = "getrandom", version = "0.1.16", features = ["wasm-bindgen"] }
instant = { workspace = true, features = ["wasm-bindgen"] }
Expand Down

0 comments on commit 0d7ddd0

Please sign in to comment.