rrevenantt / better_any

Better type id and Any for Rust
Apache License 2.0
11 stars 5 forks source link

Update `syn` dependency to 2.0 in proc macros #9

Open JustusFluegel opened 11 months ago

JustusFluegel commented 11 months ago

Hey there! It would be really nice if you could upgrade syn to v2, as this crate is the only one in the dependency tree of one of my projects that still requires syn v1 and as such we could save a bit of compile time by switching this one to syn v2 as well. If that is welcome I am open to adding a pr for that as well.