Merge 'tokio-1.47.x' into 'tokio-1.51.x' (#8412)

This commit is contained in:
Alice Ryhl
2026-09-05 09:16:06 +00:00
2 changed files with 8 additions and 3 deletions
+6 -3
View File
@@ -470,7 +470,7 @@ jobs:
# We don't care about the semver of unstable tokio features.
features: ${{ env.TOKIO_STABLE_FEATURES }}
- name: Check semver for rest of the workspace
if: ${{ !startsWith(github.event.pull_request.base.ref, 'tokio-1.') }}
if: ${{ !startsWith(github.event.pull_request.base.ref, 'tokio-1.') && !startsWith(github.ref_name, 'tokio-1.') }}
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
rust-toolchain: ${{ env.rust_stable }}
@@ -1072,7 +1072,10 @@ jobs:
- name: Install cargo-hack, wasmtime
uses: taiki-e/install-action@v2
with:
tool: cargo-hack,wasmtime
# Wasmtime v46.0.1 is the last version to support
# `wasm32-wasip1-threads` (which was an experiment that was never
# standardized):
tool: cargo-hack,[email protected]
- uses: Swatinem/rust-cache@v2
- name: WASI test tokio full
@@ -1188,7 +1191,7 @@ jobs:
toolchain: ${{ env.rust_nightly }}
- uses: Swatinem/rust-cache@v2
- name: Install cargo-fuzz
run: cargo install cargo-fuzz
run: cargo install --locked cargo-fuzz --version 0.13.1
- name: Check /tokio/
run: cargo fuzz check --all-features
working-directory: tokio