greyblake/nutype

Migrate to syn 2.x

greyblake opened this issue · 1 comments

Currently we depend on

syn = { version = "1.0", features = ["extra-traits"] }

However, there is syn 2.0.22 available today: https://crates.io/crates/syn

Syn 2.0 is not yet supported by quote crate.
Closing it for now.