Skip to content

Commit

Permalink
Update to syn2 (#345)
Browse files Browse the repository at this point in the history
* Update to syn2

This implements #317

* Fix clippy after the Rust 1.82 update
  • Loading branch information
shahn authored Oct 18, 2024
1 parent 39fdcbf commit 156177e
Show file tree
Hide file tree
Showing 11 changed files with 194 additions and 228 deletions.
37 changes: 13 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository.workspace = true
proc-macro = true

[dependencies]
syn = { version = "1.0.109", features = ["extra-traits"] }
syn = { version = "2.0.79", features = ["extra-traits"] }
quote = "1.0.37"
proc-macro2 = "1.0.86"
itertools = "0.13"
Expand Down
Loading

0 comments on commit 156177e

Please sign in to comment.