--- tinyvec-1.6.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ tinyvec-1.6.0/Cargo.toml 2022-05-12T14:34:59.983167+00:00 @@ -91,9 +91,6 @@ version = "0.1" optional = true -[dev-dependencies.criterion] -version = "0.3.0" - [dev-dependencies.serde_test] version = "1.0" @@ -106,7 +103,6 @@ experimental_write_impl = [] grab_spare_slice = [] nightly_slice_partition_dedup = [] -real_blackbox = ["criterion/real_blackbox"] rustc_1_40 = [] rustc_1_55 = ["rustc_1_40"] rustc_1_57 = ["rustc_1_55"]