diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 233af6fb532..457b09cf550 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -103,7 +103,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: rustup default nightly-2023-05-08 + - run: rustup default nightly-2024-02-06 - run: rustup target add wasm32-unknown-unknown - run: rustup component add rust-src # Note: we only run the browser tests here, because wasm-bindgen doesn't support threading in Node yet. @@ -283,7 +283,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: rustup default nightly-2023-05-08 + - run: rustup default nightly-2024-02-06 - run: rustup target add wasm32-unknown-unknown - run: rustup component add rust-src - run: |