Skip to content

Commit

Permalink
Bump bytemuck from 1.17.1 to 1.18.0 (#240)
Browse files Browse the repository at this point in the history
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.17.1 to 1.18.0.
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.17.1...v1.18.0)

---
updated-dependencies:
- dependency-name: bytemuck
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 6, 2024
1 parent a0a7a2c commit cafc1d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 wgpu-testbed-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env_logger = "0.11.5"
log = "0.4"
futures = "0.3"
wgpu = "22.1.0"
bytemuck = { version = "1.17.1", features = ["derive"] }
bytemuck = { version = "1.18.0", features = ["derive"] }
anyhow = "1.0"
tobj = { version = "4.0.2", features = ["async"] }

Expand Down

0 comments on commit cafc1d2

Please sign in to comment.