1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

HYPER: no longer needs the special branch

This commit is contained in:
Daniel Stenberg 2021-01-08 23:54:22 +01:00
parent 060658f634
commit d336ac33c1
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -22,7 +22,7 @@ repository](https://github.com/hyperium/hyper/tree/hyper-capi).
Build hyper and enable the C API:
% git clone -b hyper-capi https://github.com/hyperium/hyper
% git clone https://github.com/hyperium/hyper
% cd hyper
% RUSTFLAGS="--cfg hyper_unstable_ffi" cargo build --features client,http1,http2,ffi