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
refactor: limit dependency futures-util to tests and client-legacy (#192)
Enable non-trivial applications based on hyper + tokio without pulling
in this heavyweight dependency. Keep MSRV 1.63 by using `ready!` from
`futures_core` and polyfilling `poll_fn`.
Don't remove futures-util from the `client-legacy` code, because this
would require re-implementing several non-trivial combinators.
0 commit comments