Skip to content

Commit

Permalink
Update derive_more requirement from 0.99 to 1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [derive_more](https://github.com/JelteF/derive_more) to permit the latest version.
- [Release notes](https://github.com/JelteF/derive_more/releases)
- [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md)
- [Commits](JelteF/derive_more@v0.99.0...v1.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent d328836 commit 7ff063e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ bevy = { version = "0.14.0-rc.3", default-features = false, features = [
] }
bevy_egui = { version = "0.28", optional = true }

derive_more = { version = "0.99", default-features = false, features = [
derive_more = { version = "1.0", default-features = false, features = [
"display",
"error",
] }
Expand Down

0 comments on commit 7ff063e

Please sign in to comment.