Skip to content

Commit

Permalink
Bump proc-macro2 to 1.0.86
Browse files Browse the repository at this point in the history
  • Loading branch information
TedDriggs committed Oct 2, 2024
1 parent c330c34 commit 1817119
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased

- Support `#[darling(with = ...)]` on the `data` field when deriving `FromDeriveInput`. This allows the use of simpler receiver types, such as a `Vec` of enum variants.
- Bump version of `proc-macro2` to 1.0.86.

## v0.20.10 (July 9, 2024)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ darling_core = { version = "=0.20.10", path = "core" }
darling_macro = { version = "=0.20.10", path = "macro" }

[dev-dependencies]
proc-macro2 = "1.0.37"
proc-macro2 = "1.0.86"
quote = "1.0.18"
syn = "2.0.15"

Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ suggestions = ["strsim"]

[dependencies]
ident_case = "1.0.1"
proc-macro2 = "1.0.37"
proc-macro2 = "1.0.86"
quote = "1.0.18"
syn = { version = "2.0.15", features = ["full", "extra-traits"] }
fnv = "1.0.7"
Expand Down

0 comments on commit 1817119

Please sign in to comment.