Skip to content

Commit

Permalink
Merge pull request #14 from SOF3/dependabot/cargo/syn-2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 20, 2023
2 parents accada3 + b8acd7f commit 363fd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ libflate = "1.0.0"
proc-macro-hack = { version = "0.5.9", optional = true }
proc-macro2 = "1.0.9"
quote = "1.0.2"
syn = { version = "1.0.16", features = ["full"] }
syn = { version = "2.0.2", features = ["full"] }

[features]
stable = ["proc-macro-hack"]

0 comments on commit 363fd4f

Please sign in to comment.