Skip to content

Commit

Permalink
Update derive_more requirement from =1.0.0-beta.6 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@v1.0.0-beta.6...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 8, 2024
1 parent e695df7 commit d57003d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ either = { version = "1.12.0", default-features = false }
annotate-snippets = "0.11.4"
rustc-hash = "2.0.0"
bimap = "0.6.3"
derive_more = { version = "=1.0.0-beta.6", default-features = false, features = ["debug"] }
derive_more = { version = "=1.0.0", default-features = false, features = ["debug"] }

[dev-dependencies]
dir-test = "0.3"
Expand Down

0 comments on commit d57003d

Please sign in to comment.