Merge 'tokio-1.20.2' into 'tokio-1.21.x' (#5057)

This commit is contained in:
Alice Ryhl
2022-09-27 21:13:45 +02:00
14 changed files with 137 additions and 37 deletions
+5 -4
View File
@@ -10,9 +10,9 @@ env:
RUSTFLAGS: -Dwarnings
RUST_BACKTRACE: 1
# Change to specific Rust release to pin
rust_stable: stable
rust_stable: 1.63.0
rust_nightly: nightly-2022-07-26
rust_clippy: 1.52.0
rust_clippy: 1.56.0
# When updating this, also update:
# - README.md
# - tokio/README.md
@@ -298,8 +298,9 @@ jobs:
toolchain: ${{ env.rust_min }}
override: true
- uses: Swatinem/rust-cache@v1
- name: "test --workspace --all-features"
run: cargo check --workspace --all-features
- name: "test --all-features"
run: cargo check --all-features
working-directory: tokio
minimal-versions:
name: minimal-versions
+1 -1
View File
@@ -11,7 +11,7 @@ env:
RUSTFLAGS: -Dwarnings
RUST_BACKTRACE: 1
# Change to specific Rust release to pin
rust_stable: stable
rust_stable: 1.63.0
jobs:
loom:
+1 -1
View File
@@ -9,7 +9,7 @@ env:
RUSTFLAGS: -Dwarnings
RUST_BACKTRACE: 1
# Change to specific Rust release to pin
rust_stable: stable
rust_stable: 1.63.0
jobs:
stress-test: