From bcce2da0066728104e84c138180ecaf132019243 Mon Sep 17 00:00:00 2001 From: Jorge Perez Burgos Date: Tue, 19 Mar 2024 19:53:55 +0100 Subject: [PATCH] Update rust version --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a6e0681..1adadd9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: toolchain: - - 1.67.1 # MSRV + - 1.76.0 # MSRV steps: - uses: actions/checkout@v2 - uses: Swatinem/rust-cache@v2 @@ -43,7 +43,7 @@ jobs: strategy: matrix: toolchain: - - 1.67.1 # MSRV + - 1.76.0 # MSRV steps: - uses: actions/checkout@v2 @@ -69,7 +69,7 @@ jobs: strategy: matrix: toolchain: - - 1.67.1 # MSRV + - 1.76.0 # MSRV steps: - uses: actions/checkout@v2 @@ -105,7 +105,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - uses: actions-rs/toolchain@v1 with: - toolchain: 1.67.1 + toolchain: 1.76.0 override: true profile: minimal target: wasm32-unknown-unknown