diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9be05431a..8e191e94b 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-nightly + toolchain: 1.82.0 override: true - name: Install wasm-pack diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 7ce5bb715..ac03e4161 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-nightly + toolchain: 1.82.0 override: true - name: Install wasm-pack diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e416d4e40..935fc9411 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-nightly + toolchain: 1.82.0 override: true - name: Install wasm-pack