travis: adapt to Hyper build change

Closes #6419
This commit is contained in:
Daniel Stenberg 2021-01-06 00:50:49 +01:00
parent 0936ecd0ee
commit 5808144f3c
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ Build hyper and enable the C API:
% git clone -b hyper-capi https://github.com/hyperium/hyper
% cd hyper
% cargo build --no-default-features --features ffi
% RUSTFLAGS="--cfg hyper_unstable_ffi" cargo build --features client,http1,http2,ffi
Build curl to use hyper's C API: