diff options
author | Jacob Hoffman-Andrews <github@hoffman-andrews.com> | 2021-06-24 19:43:19 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-06-27 00:00:29 +0200 |
commit | 6d972c8b1cbb39d5c95b70f542d940e6e68b244d (patch) | |
tree | 08c06745fa7ce9cd0df649edd5bbbb83cc12688d /zuul.d | |
parent | f090c94b50daaf99561032d4dca59895a7de8d43 (diff) | |
download | curl-6d972c8b1cbb39d5c95b70f542d940e6e68b244d.tar.gz |
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
Diffstat (limited to 'zuul.d')
-rw-r--r-- | zuul.d/jobs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index c0b06c9c9..684b96e93 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -109,7 +109,7 @@ - libzstd-dev curl_env: T: debug-rustls - RUSTLS_VERSION: v0.6.0 + RUSTLS_VERSION: v0.7.0 C: >- --with-rustls={{ ansible_user_dir }}/crust |