Skip to content

Commit

Permalink
Specify a minimum version for syn as 2.0.81
Browse files Browse the repository at this point in the history
  • Loading branch information
nategraf authored Nov 8, 2024
1 parent d521f76 commit 671ec24
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 @@ -25,7 +25,7 @@ quote = "1"
once_cell = "1.18.0"

[dev-dependencies]
syn = { version = "2", features = ["full", "fold", "parsing"] }
syn = { version = "2.0.81", features = ["full", "fold", "parsing"] }
prettyplease = "0.2.9"
insta = "1.29.0"

Expand Down

0 comments on commit 671ec24

Please sign in to comment.