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-bzip2-rs/bzip2-rs-fix-metadata.diff

22 lines
529 B

--- bzip2-rs-0.1.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ bzip2-rs-0.1.2/Cargo.toml 2023-08-03T22:10:01.718341+00:00
@@ -30,18 +30,12 @@
[dependencies.tinyvec]
version = "1.1"
-[dev-dependencies.bzip2]
-version = "0.4.1"
-
-[dev-dependencies.criterion]
-version = "0.3.4"
[dev-dependencies.pretty_assertions]
version = "0.6"
[features]
default = []
-nightly = ["rustc_1_40", "tinyvec/nightly_const_generics", "crc32fast/nightly"]
rustc_1_37 = []
rustc_1_40 = ["rustc_1_37", "tinyvec/rustc_1_40"]
rustc_1_51 = []