Skip to content

Commit

Permalink
Merge pull request #1857 from xfix/syn2
Browse files Browse the repository at this point in the history
Bump syn dep to 2
  • Loading branch information
alex committed Mar 25, 2023
2 parents 4ff734f + 8f3da5e commit 7478585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ proc-macro = true
[dependencies]
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["full"] }
syn = { version = "2", features = ["full"] }

0 comments on commit 7478585

Please sign in to comment.