]> git.feebdaed.xyz Git - 0xmirror/tokio.git/commitdiff
ci: pin the rust version for wasm tests (#7518)
authorMotoyuki Kimura <moymoymox@gmail.com>
Fri, 8 Aug 2025 10:09:31 +0000 (19:09 +0900)
committerQi <add_sp@outlook.com>
Tue, 14 Oct 2025 14:13:54 +0000 (22:13 +0800)
(cherry picked from commit 987675e84353d32f6c11f6fe738f247669717a3b)

.github/workflows/ci.yml

index 9db061611349d37b00bae9f4ba9bfe4b676cfc40..6503c0e64ab70a788ccb3e7599811f060315fb4c 100644 (file)
@@ -991,10 +991,10 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v4
-      - name: Install Rust 1.81
+      - name: Install Rust 1.88.0
         uses: dtolnay/rust-toolchain@stable
         with:
-          toolchain: 1.81
+          toolchain: 1.88.0
       - name: Install wasm-pack
         uses: taiki-e/install-action@wasm-pack
 
@@ -1014,10 +1014,10 @@ jobs:
           - wasm32-wasip1-threads
     steps:
       - uses: actions/checkout@v4
-      - name: Install Rust ${{ env.rust_stable }}
+      - name: Install Rust 1.88.0
         uses: dtolnay/rust-toolchain@stable
         with:
-          toolchain: ${{ env.rust_stable }}
+          toolchain: 1.88.0
           targets: ${{ matrix.target }}
 
       # Install dependencies