Skip to content

Commit

Permalink
Update syn version in [dependencies]
Browse files Browse the repository at this point in the history
  • Loading branch information
nategraf authored Nov 9, 2024
1 parent 671ec24 commit ec3aec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion borsh-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exclude = ["*.snap"]
proc-macro = true

[dependencies]
syn = { version = "2", features = ["full", "fold"] }
syn = { version = "2.0.81", features = ["full", "fold"] }
proc-macro-crate = "3"
proc-macro2 = "1"
quote = "1"
Expand Down

0 comments on commit ec3aec7

Please sign in to comment.