@@ -56,11 +56,11 @@ jobs:
5656 if : matrix.target != 'aarch64-unknown-linux-gnu'
5757
5858 core-msrv :
59- name : cargo +${{ matrix.rust }} build (futures-{core, io, sink, task })
59+ name : cargo +${{ matrix.rust }} build (futures-{core, io, sink})
6060 strategy :
6161 matrix :
6262 rust :
63- # This is the minimum Rust version supported by futures-core, futures-io, futures-sink, futures-task .
63+ # This is the minimum Rust version supported by futures-core, futures-io, futures-sink.
6464 # When updating this, the reminder to update the minimum required version in README.md, Cargo.toml, and .clippy.toml.
6565 - 1.36
6666 runs-on : ubuntu-latest
@@ -76,22 +76,22 @@ jobs:
7676 # Check no-default-features
7777 - run : |
7878 cargo hack build --workspace --ignore-private --no-default-features \
79- --exclude futures --exclude futures-util --exclude futures-macro --exclude futures-executor --exclude futures-channel --exclude futures-test
79+ --exclude futures --exclude futures-util --exclude futures-task --exclude futures- macro --exclude futures-executor --exclude futures-channel --exclude futures-test
8080 # Check alloc feature
8181 - run : |
8282 cargo hack build --workspace --ignore-private --no-default-features --features alloc --ignore-unknown-features \
83- --exclude futures --exclude futures-util --exclude futures-macro --exclude futures-executor --exclude futures-channel --exclude futures-test
83+ --exclude futures --exclude futures-util --exclude futures-task --exclude futures- macro --exclude futures-executor --exclude futures-channel --exclude futures-test
8484 # Check std feature
8585 - run : |
8686 cargo hack build --workspace --ignore-private --no-default-features --features std \
87- --exclude futures --exclude futures-util --exclude futures-macro --exclude futures-executor --exclude futures-channel --exclude futures-test
87+ --exclude futures --exclude futures-util --exclude futures-task --exclude futures- macro --exclude futures-executor --exclude futures-channel --exclude futures-test
8888
8989 util-msrv :
9090 name : cargo +${{ matrix.rust }} build
9191 strategy :
9292 matrix :
9393 rust :
94- # This is the minimum Rust version supported by futures, futures-util, futures-macro, futures-executor, futures-channel, futures-test.
94+ # This is the minimum Rust version supported by futures, futures-util, futures-task, futures- macro, futures-executor, futures-channel, futures-test.
9595 # When updating this, the reminder to update the minimum required version in README.md and Cargo.toml.
9696 - 1.45
9797 runs-on : ubuntu-latest
0 commit comments