We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0ae96 commit 152fbb5Copy full SHA for 152fbb5
.github/workflows/main.yml
@@ -103,7 +103,7 @@ jobs:
103
runs-on: ubuntu-latest
104
steps:
105
- uses: actions/checkout@v3
106
- - run: rustup default nightly-2023-05-08
+ - run: rustup default nightly-2024-02-05
107
- run: rustup target add wasm32-unknown-unknown
108
- run: rustup component add rust-src
109
# Note: we only run the browser tests here, because wasm-bindgen doesn't support threading in Node yet.
@@ -283,7 +283,7 @@ jobs:
283
284
285
286
287
288
289
- run: |
0 commit comments