summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-01-08 23:54:22 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-01-08 23:54:22 +0100
commitd336ac33c1eb76ff5c757c0bdb3d79db0fd2ed43 (patch)
tree1d32cc7d7e06eedd7033cefb54083a4bf2f2fbbc
parent060658f634f7d599ab163eb3bfedfb8b8e23f6e2 (diff)
downloadcurl-d336ac33c1eb76ff5c757c0bdb3d79db0fd2ed43.tar.gz
HYPER: no longer needs the special branch
-rw-r--r--docs/HYPER.md2
1 files changed, 1 insertions, 1 deletions
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