tokio-rs / async-stream

Asynchronous streams for Rust using async & await notation
Other
636 stars 33 forks source link

Update to syn 2.0 #93

Closed davidpdrsn closed 1 year ago

davidpdrsn commented 1 year ago

CI fails because syn's MSRV is now 1.56

taiki-e commented 1 year ago

LGTM. As for MSRV, I think bumping it to 1.56 is fine. Modern proc macros that depend on syn 2 need it anyway

taiki-e commented 1 year ago

MSRV has been bumped in https://github.com/tokio-rs/async-stream/pull/97.