From 16a09eea76782d8c1e47c3564970a4cfd0056fdf Mon Sep 17 00:00:00 2001 From: Jorge Leitao Date: Thu, 16 Sep 2021 06:28:04 +0100 Subject: [PATCH] Skipped some feature permutations. (#411) --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 61256afcd44..89414f39630 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,11 +118,17 @@ simd = ["packed_simd"] [package.metadata.cargo-all-features] skip_feature_sets = [ + # full is tested independently and is not to be used with other features. + ["full"], + # very small scope with no API changes. + ["ahash"], ["benchmarks"], ["merge_sort"], ["io_json_integration"], # this does not change the public API ["io_parquet_compression"], + ["io_ipc_compression"], + # tested in separate ["simd"], ]