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 Mar 24, 2024
1 parent 58c2a50 commit e367097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spooky_bsp_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0.47"
quote = "1.0.21"
syn = { version = "1.0.103", features = ["derive"] }
syn = { version = "2.0.55", features = ["derive"] }

0 comments on commit e367097

Please sign in to comment.