Skip to content

Commit

Permalink
Update derive_more requirement from 0.99.17 to 1.0.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.17...v1.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent b4255a9 commit 2a9598d
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 @@ -12,7 +12,7 @@ categories = ["algorithms"]

[dependencies]
arrayvec = { version = "0.7.2", default-features = false, features = ["std"] }
derive_more = { version = "0.99.17", default-features = false, features = ["add", "from"] }
derive_more = { version = "1.0.0", default-features = false, features = ["add", "from"] }
itertools = { version = "0.13.0", default-features = false, features = ["use_std"] }
pathfinding = { version = "4.0.0", default-features = false }

Expand Down

0 comments on commit 2a9598d

Please sign in to comment.