Skip to content

Commit

Permalink
Reduce minimum syn version to 2 (#114)
Browse files Browse the repository at this point in the history
It doesn't seem like anything crucial happened in 2..=2.0.10
  • Loading branch information
illicitonion authored Mar 29, 2023
1 parent 9bc84b1 commit 425277b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion num_enum_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ features = ["external_doc"]
proc-macro2 = "1"
proc-macro-crate = { version = "1", optional = true }
quote = "1"
syn = { version = "2.0.10", features = ["parsing"] }
syn = { version = "2", features = ["parsing"] }

0 comments on commit 425277b

Please sign in to comment.