Skip to content

Commit 6d1e4d7

Browse files
committed
update rust ver for UI tests in CI to 1.60
1 parent 53a85a8 commit 6d1e4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
runs-on: ubuntu-latest
223223
steps:
224224
- uses: actions/checkout@v3
225-
- run: rustup update --no-self-update 1.59.0 && rustup default 1.59.0
225+
- run: rustup update --no-self-update 1.60.0 && rustup default 1.60.0
226226
- run: cargo test -p wasm-bindgen-macro
227227
- run: cargo test -p wasm-bindgen-test-macro
228228

0 commit comments

Comments
 (0)