Skip to content

Commit 2fd8428

Browse files
Update derive_more requirement from 0.99.17 to 1.0.0
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]>
1 parent cc75da4 commit 2fd8428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories = ["algorithms"]
1212

1313
[dependencies]
1414
arrayvec = { version = "0.7.2", default-features = false, features = ["std"] }
15-
derive_more = { version = "0.99.17", default-features = false, features = ["add", "from"] }
15+
derive_more = { version = "1.0.0", default-features = false, features = ["add", "from"] }
1616
itertools = { version = "0.13.0", default-features = false, features = ["use_std"] }
1717
pathfinding = { version = "4.0.0", default-features = false }
1818

0 commit comments

Comments
 (0)