Skip to content

Commit

Permalink
Update proc-macro-crate requirement from 2.0.0 to 3.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) to permit the latest version.
- [Release notes](https://github.com/bkchr/proc-macro-crate/releases)
- [Commits](bkchr/proc-macro-crate@v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: proc-macro-crate
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent cf1a32e commit bb8b5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nakago_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ proc-macro = true
[dependencies]
darling = "0.20.1"
proc-macro2 = "1.0.24"
proc-macro-crate = "2.0.0"
proc-macro-crate = "3.0.0"
quote = "1.0.9"
syn = { version = "2.0", features = [
"full",
Expand Down

0 comments on commit bb8b5bf

Please sign in to comment.