Skip to content

Commit

Permalink
Bump derive_more from 0.99.17 to 1.0.0
Browse files Browse the repository at this point in the history
Bumps [derive_more](https://github.com/JelteF/derive_more) from 0.99.17 to 1.0.0.
- [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
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 4f1987f commit 3c4de3c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 28 deletions.
38 changes: 12 additions & 26 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ winapi = { version = "0.3", features = ["winbase", "memoryapi", "handleapi"] }
memchr = "2.7"
num-traits = "0.2"
num-derive = "0.4"
derive_more = "0.99"
derive_more = "1.0"
rstar = "0.12"
itertools="0.13"
ahash = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion bwapi_wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ targets = ["x86_64-pc-windows-msvc"]
[dependencies]
num-traits = "0.2"
num-derive = "0.4"
derive_more = "0.99"
derive_more = "1.0"


[build-dependencies]
Expand Down

0 comments on commit 3c4de3c

Please sign in to comment.