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

20 lines
507 B

--- tinyvec-1.5.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tinyvec-1.5.1/Cargo.toml 2021-11-09T21:43:49.643537+00:00
@@ -56,8 +56,6 @@
[dependencies.tinyvec_macros]
version = "0.1"
optional = true
-[dev-dependencies.criterion]
-version = "0.3.0"
[dev-dependencies.serde_test]
version = "1.0"
@@ -71,7 +69,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"]
std = []