ia0 / data-encoding

Efficient and customizable data-encoding functions in Rust
https://data-encoding.rs/
MIT License
177 stars 23 forks source link

Upgrade `syn` dependency to v2 #108

Closed kennytm closed 5 months ago

kennytm commented 5 months ago

I've also removed the #![feature(iter_intersperse)] from xtask. The feature does not seem to be used anywhere but prevents it from being used on stable Rust.

ia0 commented 5 months ago

Thanks! Let's see if it passes CI.