Skip to content

Commit

Permalink
Update syn 1.0 -> 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Nov 6, 2023
1 parent 0ccc8a0 commit f1545fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 crates/term_input_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0", features = ["full", "extra-traits"] }
syn = { version = "2.0", features = ["full", "extra-traits"] }

0 comments on commit f1545fd

Please sign in to comment.