From 82348603e8d134c334acd8becfeb2865d5e139c2 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sat, 11 Feb 2023 17:30:26 +0100 Subject: [PATCH] Linux CI: Bump rustls-ffi to v0.9.1 Closes #10476 --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 9bf154831e..bfa6bba26e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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'