Skip to content

Commit

Permalink
derive: update syn to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Aug 18, 2023
1 parent d0b914b commit 60a764c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions valuable-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ keywords = [
proc-macro = true

[dependencies]
proc-macro2 = "1.0"
proc-macro2 = "1.0.60"
quote = "1.0"
syn = { version = "1.0.60", features = ["extra-traits"] }
syn = { version = "2.0", features = ["extra-traits"] }

[dev-dependencies]
valuable = { path = "../valuable", features = ["derive"] }

0 comments on commit 60a764c

Please sign in to comment.