greyblake / nutype

Rust newtype with guarantees 🇺🇦 🦀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate to syn 2.x

greyblake opened this issue · 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.