Skip to content

Commit

Permalink
Deps: Update dependency versions for direct-minimal-versions consiste…
Browse files Browse the repository at this point in the history
…ncy.
  • Loading branch information
kpreid committed Oct 22, 2024
1 parent 372d8a3 commit 0d229f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async_fn_traits = { version = "0.1.1", default-features = false }
base64 = { version = "0.22.1", default-features = false }
bitflags = { version = "2.6.0", default-features = false }
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
bytemuck = { version = "1.17.0", default-features = false, features = ["derive", "must_cast"] }
bytemuck = { version = "1.19.0", default-features = false, features = ["derive", "must_cast"] }
cfg-if = { version = "1.0.0", default-features = false }
# When upgrading clap, beware text output changes causing integration tests to fail.
clap = { version = "4.2.4", default-features = false, features = ["cargo", "deprecated", "derive", "help", "std", "suggestions", "usage", "wrap_help"] }
Expand Down Expand Up @@ -148,7 +148,7 @@ trycmd = "0.15.4" # keep in sync with `snapbox`
unicode-segmentation = { version = "1.10.1", default-features = false }
unicode-width = { version = "0.2", default-features = false }
wasm-bindgen-futures = { version = "0.4.42", default-features = false }
web-time = { version = "1.0.0", default-features = false }
web-time = { version = "1.1.0", default-features = false }
wgpu = { version = "22.1.0", default-features = false, features = ["wgsl"] }
yield-progress = { version = "0.1.6", default-features = false }

Expand Down
4 changes: 2 additions & 2 deletions all-is-cubes-wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion all-is-cubes-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ rand = { version = "0.8.3", default-features = false, features = ["std", "std_rn
send_wrapper = { version = "0.6.0", default-features = false }
wasm-bindgen = "0.2.92"
wasm-bindgen-futures = "0.4.42"
web-time = { version = "1.0.0" }
web-time = { version = "1.1.0" }
# Must be the same version as in the main workspace, i.e. as in all-is-cubes-gpu.
wgpu = { version = "22.1.0", default-features = false, features = ["webgpu", "webgl"] }
# Feature enabling
Expand Down

0 comments on commit 0d229f1

Please sign in to comment.