You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-tinyvec/tinyvec-fix-metadata.diff

21 lines
501 B

--- 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"]