We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac72c7 commit b0705bfCopy full SHA for b0705bf
.github/workflows/ci.yml
@@ -127,7 +127,8 @@ jobs:
127
# Check std feature
128
- run: cargo hack build --workspace --ignore-private --no-default-features --features std --ignore-unknown-features
129
# Check compat feature (futures, futures-util)
130
- - run: cargo hack build -p futures -p futures-util --no-default-features --features std,io-compat
+ # Exclude io-compat feature because the MSRV when it is enabled depends on the MSRV of tokio 0.1.
131
+ - run: cargo hack build -p futures -p futures-util --no-default-features --features std,compat
132
# Check thread-pool feature (futures, futures-executor)
133
- run: cargo hack build -p futures -p futures-executor --no-default-features --features std,thread-pool
134
0 commit comments