Skip to content

Commit

Permalink
Merge pull request #40 from Lymia/dependabot/cargo/syn-2
Browse files Browse the repository at this point in the history
Update syn requirement from 1 to 2
  • Loading branch information
Lymia authored May 1, 2023
2 parents e29131c + 6914310 commit ff19a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enumset_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde = []

[dependencies]
darling = { version = "0.20", default-features = false }
syn = "1"
syn = "2"
quote = "1"
proc-macro2 = "1"
proc-macro-crate = { version = "1", optional = true }

0 comments on commit ff19a28

Please sign in to comment.