File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -991,10 +991,10 @@ jobs:
991991 runs-on : ubuntu-latest
992992 steps :
993993 - uses : actions/checkout@v4
994- - name : Install Rust 1.81
994+ - name : Install Rust 1.88.0
995995 uses : dtolnay/rust-toolchain@stable
996996 with :
997- toolchain : 1.81
997+ toolchain : 1.88.0
998998 - name : Install wasm-pack
999999 uses : taiki-e/install-action@wasm-pack
10001000
@@ -1014,10 +1014,10 @@ jobs:
10141014 - wasm32-wasip1-threads
10151015 steps :
10161016 - uses : actions/checkout@v4
1017- - name : Install Rust ${{ env.rust_stable }}
1017+ - name : Install Rust 1.88.0
10181018 uses : dtolnay/rust-toolchain@stable
10191019 with :
1020- toolchain : ${{ env.rust_stable }}
1020+ toolchain : 1.88.0
10211021 targets : ${{ matrix.target }}
10221022
10231023 # Install dependencies
You can’t perform that action at this time.
0 commit comments