]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
HYPER: no longer needs the special branch
authorDaniel Stenberg <daniel@haxx.se>
Fri, 8 Jan 2021 22:54:22 +0000 (23:54 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 8 Jan 2021 22:54:22 +0000 (23:54 +0100)
docs/HYPER.md

index 88d6f854a46a3b44dbffd2288e9ba0704014712d..2562cb7634b81152ac00130caf969c79b78cf4e4 100644 (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