From 5d4a7352873e9c79cde3733aa63298fca218b4c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Kr=C3=BCger?= Date: Mon, 11 Nov 2024 09:27:45 +0100 Subject: [PATCH] chore(ci): Remove workaround for broken `cc` version --- .github/workflows/rust.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e9af88327..a2337566c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -121,11 +121,6 @@ jobs: - name: Install cargo binstall uses: cargo-bins/cargo-binstall@main - - # We need to downgrade cc to version 1.1.31 for ring Wasm compilation to work. - # See the upstream issue https://github.com/rust-lang/cc-rs/issues/1275 - - name: Use working `cc` version 1.1.31 - run: cargo update -p cc --precise 1.1.31 - name: build wasm32 tests (quinn-proto) run: cargo test -p quinn-proto --target wasm32-unknown-unknown --no-run