]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Linux CI: Bump rustls-ffi to v0.9.1
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Sat, 11 Feb 2023 16:30:26 +0000 (17:30 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 12 Feb 2023 11:36:25 +0000 (12:36 +0100)
Closes #10476

.github/workflows/linux.yml

index 9bf154831e7ab86f5f16e0606b9374fe826d41f1..bfa6bba26e2e62b91d9673efba33af4effdfaf29 100644 (file)
@@ -223,7 +223,7 @@ jobs:
 
     - if: ${{ contains(matrix.build.install_steps, 'rustls') }}
       run: |
-        git clone --depth=1 -b v0.8.2 --recursive https://github.com/rustls/rustls-ffi.git
+        git clone --depth=1 -b v0.9.1 --recursive https://github.com/rustls/rustls-ffi.git
         cd rustls-ffi
         make DESTDIR=$HOME/rustls install
       name: 'install rustls'