You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We previously used the `futures-async-stream` crate, which broke a few weeks ago on nightly: taiki-e/futures-async-stream#30. We now use the `genawaiter` crate, which also works on stable Rust. Given that async/await has become stable, I went ahead and made this crate work on stable Rust now.
Hi, I am trying to use this in combination with hyper. But first just trying to build this repository alone. I ran rustup update, and I have:
when I try to
cargo build
this crate, I get:The text was updated successfully, but these errors were encountered: