diff --git a/Cargo.toml b/Cargo.toml index 1a02830b0b9f..be67d4dbe17d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,16 +47,6 @@ members = [ "parquet_derive_test", ] -# Enable the version 2 feature resolver, which avoids unifying features for targets that are not being built -# -# Critically this prevents dev-dependencies from enabling features even when not building a target that -# uses dev-dependencies, e.g. the library crate. This in turn ensures that we can catch invalid feature -# flag combinations that would otherwise only surface in dependent crates -# -# Reference - https://doc.rust-lang.org/nightly/cargo/reference/features.html#feature-resolver-version-2 -# -resolver = "2" - exclude = [ # arrow-pyarrow-testing is excluded because it requires a Python interpreter with the pyarrow package installed, # which makes running `cargo test --all` fail if the appropriate Python environment is not set up.