diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-06-29 08:27:01 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-06-30 08:19:31 +0200 |
commit | 8ccc066b45cf6f3082db13086794e0916af53e5e (patch) | |
tree | bd932816c0bc3e77cc8d4deede3ba3bf7a3577e2 /zuul.d | |
parent | ca8893468f3ca1bcd04a61691878e09b5824180c (diff) | |
download | curl-8ccc066b45cf6f3082db13086794e0916af53e5e.tar.gz |
zuul: use the new rustls directory name
Follow-up to 6d972c8b1cbb3 which missed updating this directory name.
Also no longer call it crustls in the docs and bump to rusttls-ffi 0.7.1
Closes #7311
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 9962c0e19..61cc03c84 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -130,7 +130,7 @@ - libzstd-dev curl_env: T: debug-rustls - RUSTLS_VERSION: v0.7.0 + RUSTLS_VERSION: v0.7.1 C: >- --with-rustls={{ ansible_user_dir }}/crust |