Skip to content

Commit

Permalink
Update syn to 2.0
Browse files Browse the repository at this point in the history
Closes d-e-s-o#29.
  • Loading branch information
tamird committed Oct 5, 2023
1 parent 58ab971 commit 397fb5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ log = []
[dependencies]
proc-macro2 = "1.0"
quote = {version = "1.0"}
syn = {version = "1.0", features = ["extra-traits", "full"]}
syn = {version = "2.0", features = ["extra-traits", "full"]}

[dev-dependencies]
env_logger = {version = "0.9", default-features = false}
env_logger = {version = "0.10", default-features = false}
logging = {version = "0.4", package = "log"}
test-case = {version = "3.1"}
tokio = {version = "1.0", default-features = false, features = ["rt-multi-thread", "macros"]}
Expand Down

0 comments on commit 397fb5e

Please sign in to comment.