Open mre opened 5 years ago
Async/await has landed. And with it, there were quite a few changes on the Rust ecosystem. Our lovely dependabot wanted to update futures to 0.3, but it's not that easy. Once https://github.com/QuietMisdreavus/twitter-rs/pull/73 (or similar) lands, we can give it another try.
WIP branch at https://github.com/hello-rust/hello/tree/futures03
Async/await has landed. And with it, there were quite a few changes on the Rust ecosystem. Our lovely dependabot wanted to update futures to 0.3, but it's not that easy. Once https://github.com/QuietMisdreavus/twitter-rs/pull/73 (or similar) lands, we can give it another try.