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