From d336ac33c1eb76ff5c757c0bdb3d79db0fd2ed43 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 8 Jan 2021 23:54:22 +0100 Subject: HYPER: no longer needs the special branch --- docs/HYPER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/HYPER.md b/docs/HYPER.md index 88d6f854a..2562cb763 100644 --- a/docs/HYPER.md +++ b/docs/HYPER.md @@ -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 -- cgit v1.2.1