Skip to content

Commit

Permalink
Migrate to syn version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czocher committed Jan 30, 2024
1 parent c3ee2ad commit 753bffc
Show file tree
Hide file tree
Showing 8 changed files with 404 additions and 75 deletions.
31 changes: 21 additions & 10 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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/1Password/typeshare"
[dependencies]
proc-macro2 = "1"
quote = "1"
syn = { version = "1.0", features = ["full"] }
syn = { version = "2.0.18", features = ["full"] }
thiserror = "1"
itertools = "0.10"
lazy_format = "1.8"
Expand Down
Loading

0 comments on commit 753bffc

Please sign in to comment.