jonhoo / stream-cancel

A Rust library for interrupting asynchronous streams.
Apache License 2.0
156 stars 8 forks source link

use futures-core/util v0.3 #4

Closed mikecaines closed 4 years ago

mikecaines commented 5 years ago

Fixes issue #3

jonhoo commented 5 years ago

I'm hesitant to merge this until a new tokio release is cut that also uses futures 0.3.0, since otherwise downstream users are bound to run into weird multi-version dependency errors :)

mikecaines commented 5 years ago

Ok fair enough!