@@ -38,11 +38,11 @@ jobs:
3838 - run : cargo test --workspace --all-features --release
3939
4040 core-msrv :
41- name : cargo +${{ matrix.rust }} build (futures-{core, io, sink, task, channel })
41+ name : cargo +${{ matrix.rust }} build (futures-{core, io, sink, task})
4242 strategy :
4343 matrix :
4444 rust :
45- # This is the minimum Rust version supported by futures-core, futures-io, futures-sink, futures-task, futures-channel .
45+ # This is the minimum Rust version supported by futures-core, futures-io, futures-sink, futures-task.
4646 # When updating this, the reminder to update the minimum required version in .clippy.toml.
4747 - 1.36.0
4848 runs-on : ubuntu-latest
@@ -58,22 +58,22 @@ jobs:
5858 # Check no-default-features
5959 - run : |
6060 cargo hack build --workspace --ignore-private --no-default-features \
61- --exclude futures --exclude futures-util --exclude futures-macro --exclude futures-executor --exclude futures-test
61+ --exclude futures --exclude futures-util --exclude futures-macro --exclude futures-executor --exclude futures-channel --exclude futures- test
6262 # Check alloc feature
6363 - run : |
6464 cargo hack build --workspace --ignore-private --no-default-features --features alloc --ignore-unknown-features \
65- --exclude futures --exclude futures-util --exclude futures-macro --exclude futures-executor --exclude futures-test
65+ --exclude futures --exclude futures-util --exclude futures-macro --exclude futures-executor --exclude futures-channel --exclude futures- test
6666 # Check std feature
6767 - run : |
6868 cargo hack build --workspace --ignore-private --no-default-features --features std \
69- --exclude futures --exclude futures-util --exclude futures-macro --exclude futures-executor --exclude futures-test
69+ --exclude futures --exclude futures-util --exclude futures-macro --exclude futures-executor --exclude futures-channel --exclude futures- test
7070
7171 util-msrv :
7272 name : cargo +${{ matrix.rust }} build
7373 strategy :
7474 matrix :
7575 rust :
76- # This is the minimum Rust version supported by futures, futures-util, futures-macro, futures-executor, futures-test.
76+ # This is the minimum Rust version supported by futures, futures-util, futures-macro, futures-executor, futures-channel, futures- test.
7777 # When updating this, the reminder to update the minimum required version in README.md.
7878 - 1.41.0
7979 runs-on : ubuntu-latest
0 commit comments