Closed Jasper-Bekkers closed 5 years ago
This removes redundantly compiled crates (as imported from serde) speeding up compile times (approximately 2s on my machine).
CI errors seem unrelated to the content of my PR
Thanks!
Thanks @Jasper-Bekkers ! We just ran into this as well, trying to get rid of compiling the old syn crate
syn
This removes redundantly compiled crates (as imported from serde) speeding up compile times (approximately 2s on my machine).