msh3: update to v0.6

Closes #10192
This commit is contained in:
Nick Banks 2023-01-08 15:23:21 +00:00 committed by Daniel Stenberg
parent 088c08a7e4
commit 9f0c7795eb
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 137 additions and 86 deletions

View file

@ -189,7 +189,7 @@ Build curl:
Build msh3:
% git clone -b v0.5.0 --depth 1 --recursive https://github.com/nibanks/msh3
% git clone -b v0.6.0 --depth 1 --recursive https://github.com/nibanks/msh3
% cd msh3 && mkdir build && cd build
% cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
% cmake --build .