hello-rust / hello

👋 A command-line tool to submit links to various social platforms
http://hello-rust.show/
Apache License 2.0
52 stars 3 forks source link

Update to async/await #22

Open mre opened 5 years ago

mre commented 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.

mre commented 5 years ago

WIP branch at https://github.com/hello-rust/hello/tree/futures03