Skip to content

Commit

Permalink
Bump bytemuck from 1.14.0 to 1.14.1
Browse files Browse the repository at this point in the history
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.14.0 to 1.14.1.
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.14.0...v1.14.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent 94c1a55 commit bb9d319
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 brainworms_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rend3-routine = { version = "^0.3.0",path = "../rend3/rend3-routine" }
webbrowser = "0.8.2"
inox2d = {path = "../inox2d/inox2d"}
inox2d-wgpu = {path = "../inox2d/inox2d-wgpu"}
bytemuck = { version = "1.14.0", features = ["derive"] }
bytemuck = { version = "1.14.1", features = ["derive"] }

pico-args = "0.5"
wgpu-profiler = "0.15.0"
Expand Down

0 comments on commit bb9d319

Please sign in to comment.