diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e191e94b..c0e7c76b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: Install Rust toolchain uses: actions-rs/toolchain@v1 with: - toolchain: 1.82.0 + toolchain: nightly override: true - name: Install wasm-pack diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index ac03e4161..73710f42d 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -56,7 +56,7 @@ jobs: - name: Install Rust toolchain uses: actions-rs/toolchain@v1 with: - toolchain: 1.82.0 + toolchain: nightly override: true - name: Install wasm-pack diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 935fc9411..f3a5ddcf0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - name: Install Rust toolchain uses: actions-rs/toolchain@v1 with: - toolchain: 1.82.0 + toolchain: nightly override: true - name: Install wasm-pack