Skip to content

Commit

Permalink
fix(deps): update rust crate syn to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2024
1 parent bd3b87f commit 44f063d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tao-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ default = [ ]
[dependencies]
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = [ "full" ] }
syn = { version = "2", features = [ "full" ] }

0 comments on commit 44f063d

Please sign in to comment.