Skip to content

Commit 068ab39

Browse files
committed
Bump rustls version to 0.23
We were running into symbol issues with older rustls versions, see briansmith/ring#1808. Note that the new rustls version requires nasm to be installed on windows, so we install it in CI. Signed-off-by: Bob Weinand <[email protected]>
1 parent b462829 commit 068ab39

File tree

7 files changed

+364
-127
lines changed

7 files changed

+364
-127
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ jobs:
7979
- platform: "ubuntu-latest"
8080
rust_version: "${RUST_VERSION}"
8181
steps:
82+
- name: (Windows) Install nasm
83+
if: matrix.platform == 'windows-latest'
84+
uses: ilammy/setup-nasm@v1
8285

8386
- name: Checkout sources
8487
uses: actions/checkout@v4

0 commit comments

Comments
 (0)