mirror of
https://github.com/curl/curl.git
synced 2026-07-25 21:27:18 +03:00
curstls: bump crustls version and use new URL
crustls moved to https://github.com/rustls/rustls-ffi. This also bumps the expected version to 0.7.0. Closes #7297
This commit is contained in:
parent
f090c94b50
commit
6d972c8b1c
3 changed files with 6 additions and 6 deletions
|
|
@ -119,7 +119,7 @@ fi
|
|||
|
||||
if [ "$TRAVIS_OS_NAME" = linux -a "$RUSTLS_VERSION" ]; then
|
||||
cd $HOME
|
||||
git clone --depth=1 --recursive https://github.com/abetterinternet/crustls.git -b "$RUSTLS_VERSION"
|
||||
git clone --depth=1 --recursive https://github.com/rustls/rustls-ffi.git -b "$RUSTLS_VERSION"
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
source $HOME/.cargo/env
|
||||
cargo install cbindgen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue