Skip to content

Commit

Permalink
Update Rust crate syn to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent 4465d4e commit eaf4564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsonic-types-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0.81"
quote = "1.0.36"
syn = { version = "1.0.109", features = ["parsing", "printing", "extra-traits"] }
syn = { version = "2.0.60", features = ["parsing", "printing", "extra-traits"] }

0 comments on commit eaf4564

Please sign in to comment.