Skip to content

Commit 152fbb5

Browse files
committed
Update nightly version used in CI
1 parent 8a0ae96 commit 152fbb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
runs-on: ubuntu-latest
104104
steps:
105105
- uses: actions/checkout@v3
106-
- run: rustup default nightly-2023-05-08
106+
- run: rustup default nightly-2024-02-05
107107
- run: rustup target add wasm32-unknown-unknown
108108
- run: rustup component add rust-src
109109
# Note: we only run the browser tests here, because wasm-bindgen doesn't support threading in Node yet.
@@ -283,7 +283,7 @@ jobs:
283283
runs-on: ubuntu-latest
284284
steps:
285285
- uses: actions/checkout@v3
286-
- run: rustup default nightly-2023-05-08
286+
- run: rustup default nightly-2024-02-05
287287
- run: rustup target add wasm32-unknown-unknown
288288
- run: rustup component add rust-src
289289
- run: |

0 commit comments

Comments
 (0)