Skip to content

Commit

Permalink
Merge pull request #94 from uutils/renovate/syn-2.x
Browse files Browse the repository at this point in the history
Update Rust crate syn to 2.0.48
  • Loading branch information
cakebaker authored Jan 5, 2024
2 parents 6b3f571 + c68ae76 commit 44cfcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derive/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.0.75"
quote = "1.0.35"
syn = { version = "2.0.47", features = ["full"] }
syn = { version = "2.0.48", features = ["full"] }

0 comments on commit 44cfcb4

Please sign in to comment.