From 501860c6245bea901944b03d02d96e6967735613 Mon Sep 17 00:00:00 2001 From: Rodney Lab Date: Wed, 17 Jul 2024 07:28:53 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=90=9D=20update=20CI=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 64d6e88..4392bf9 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -96,7 +96,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.72.0 + toolchain: 1.76.0 target: wasm32-unknown-unknown override: true - name: Download and install Trunk binary