Skip to content

Commit

Permalink
Merge pull request #185 from max-heller/syn-2.0
Browse files Browse the repository at this point in the history
Upgrade postcard-derive's syn dependency to 2.0
  • Loading branch information
jamesmunns authored Nov 27, 2024
2 parents 7544011 + 1477231 commit 448ebb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/postcard-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ proc-macro = true
all-features = true

[dependencies]
syn = "1.0"
syn = "2.0"
quote = "1.0"
proc-macro2 = "1.0"

0 comments on commit 448ebb8

Please sign in to comment.