Pin quic dependency

This commit is contained in:
Tatsuhiro Tsujikawa
2022-01-16 22:00:27 +09:00
parent 97e69f7416
commit c883b18f2d
2 changed files with 4 additions and 4 deletions

View File

@@ -366,7 +366,7 @@ Build nghttp3:
.. code-block:: text
$ git clone --depth 1 https://github.com/ngtcp2/nghttp3
$ git clone --depth 1 -b v0.1.0 https://github.com/ngtcp2/nghttp3
$ cd nghttp3
$ autoreconf -i
$ ./configure --prefix=$PWD/build --enable-lib-only
@@ -378,7 +378,7 @@ Build ngtcp2:
.. code-block:: text
$ git clone --depth 1 https://github.com/ngtcp2/ngtcp2
$ git clone --depth 1 -b v0.1.0 https://github.com/ngtcp2/ngtcp2
$ cd ngtcp2
$ autoreconf -i
$ ./configure --prefix=$PWD/build --enable-lib-only \