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 Jul 31, 2023
1 parent 58c2a50 commit 87f1a80
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.28", features = ["derive"] }

0 comments on commit 87f1a80

Please sign in to comment.