-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
A-ciArea: The continuous integration setupArea: The continuous integration setup
Description
Currently by not enabling the new feature resolver, test features are enabled even when building Tokio in non-test mode. This means e.g. that we never build Tokio with only the fs
feature in CI because test-util depends on the rt
feature, enabling that too.
Adding the resolver = "2"
option to our workspace Cargo.toml
fixes the issue on new rustc versions, but it causes our MSRV to emit an error when building Tokio.
Metadata
Metadata
Assignees
Labels
A-ciArea: The continuous integration setupArea: The continuous integration setup