Current master brunch of hyper-util
failed to compile with client
feature enabled.
#3662
Labels
C-bug
Category: bug. Something is wrong. This is bad!
Version
Current master brunch of
hyper-util
.Description
Current master brunch of
hyper-util
failed to compile withclient
feature enabled.I took a look and it was caused by the following pr:
hyperium/hyper-util#102
Here you need to update the
hyper
dependency in Cargo.toml to1.3.x
, becausehyper::client::conn::http2::Builder
in 1.2.x does not have themax_pending_accept_reset_streams
method. Thehyper
of Cargo.toml of the current master branch is still1.2.0
.The text was updated successfully, but these errors were encountered: