Skip to content

Commit

Permalink
update syn
Browse files Browse the repository at this point in the history
  • Loading branch information
tobz committed Apr 5, 2023
1 parent 471201f commit a0bd91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ keywords = ["metrics", "facade", "macros"]
proc-macro = true

[dependencies]
syn = { version = "1", default-features = false, features = ["derive", "full", "parsing", "printing", "proc-macro"] }
syn = { version = "2", default-features = false, features = ["derive", "full", "parsing", "printing", "proc-macro"] }
quote = { version = "1", default-features = false }
proc-macro2 = { version = "1", default-features = false, features = ["proc-macro"] }

0 comments on commit a0bd91a

Please sign in to comment.