Skip to content

Commit

Permalink
Update image requirement from 0.23.12 to 0.24.0
Browse files Browse the repository at this point in the history
Updates the requirements on [image](https://github.com/image-rs/image) to permit the latest version.
- [Release notes](https://github.com/image-rs/image/releases)
- [Changelog](https://github.com/image-rs/image/blob/master/CHANGES.md)
- [Commits](image-rs/image@v0.23.12...v0.24.0)

---
updated-dependencies:
- dependency-name: image
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 7, 2022
1 parent b13f238 commit 23193b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ bevy_window = { path = "../bevy_window", version = "0.6.0" }
bevy_utils = { path = "../bevy_utils", version = "0.6.0" }

# rendering
image = { version = "0.23.12", default-features = false }
image = { version = "0.24.0", default-features = false }

# misc
wgpu = { version = "0.12.0", features = ["spirv"] }
Expand Down

0 comments on commit 23193b0

Please sign in to comment.