From 31772019cd7240f3afe4dc97c87ea8492319a36a Mon Sep 17 00:00:00 2001 From: benedetta davico <46782255+benedettadavico@users.noreply.github.com> Date: Tue, 27 May 2025 11:44:01 +0200 Subject: [PATCH] Update ci-contracts.yml --- .github/workflows/ci-contracts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-contracts.yml b/.github/workflows/ci-contracts.yml index 2814fd0a26..32ba1e67ad 100644 --- a/.github/workflows/ci-contracts.yml +++ b/.github/workflows/ci-contracts.yml @@ -27,7 +27,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: stable + toolchain: 1.86.0 target: wasm32-unknown-unknown override: true components: rustfmt, clippy