From 28d07c5657a49c10a3762f85791d45e5634789f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane?= Date: Mon, 9 Dec 2024 13:00:29 +0100 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b9c394d..b7fbb98 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,7 +32,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.60.0 + toolchain: 1.67.0 override: true - run: cargo install wasm-pack --version 0.10.3 - uses: actions-rs/cargo@v1 @@ -53,7 +53,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.60.0 + toolchain: 1.67.0 override: true - run: rustup component add rustfmt clippy - uses: actions-rs/cargo@v1