Skip to content

Commit

Permalink
upgrade to syn 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 authored and drahnr committed Apr 11, 2023
1 parent c82c7c8 commit 98b73b8
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 @@ -13,11 +13,11 @@ fs-err = "2"
proc-macro2 = "1"
quote = "1"
blake2 = "0.10"
syn = { version = "1", optional = true, default-features = false }
syn = { version = "2", optional = true, default-features = false }

[dev-dependencies]
baz = { path = "./tests/baz" }
syn = { version = "1", features = ["extra-traits", "full"] }
syn = { version = "2", features = ["extra-traits", "full"] }

[features]
default = ["syndicate"]
Expand Down

0 comments on commit 98b73b8

Please sign in to comment.