google / tarpc

An RPC framework for Rust with a focus on ease of use.
MIT License
3.09k stars 189 forks source link

update syn 2.0 #427

Closed getong closed 5 months ago

tikue commented 5 months ago

Thanks very much! Left one review comment regarding literal validation in derive_serde

getong commented 5 months ago

clap, tokio-serde, console-subscriber, all of them upgrade to new version, since they use syn 1.0, which cause the ci error. After upgrading new version, the ci is ok now.

getong commented 5 months ago

https://github.com/carllerche/tokio-serde/pull/31

I found this pr, but it does not be merged.

getong commented 5 months ago

@tikue Everything is ok now

tikue commented 5 months ago

Thank you!