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

28 lines
515 B

--- libflate-1.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ libflate-1.4.0/Cargo.toml 2023-05-22T21:42:54.038100+00:00
@@ -29,12 +29,6 @@
[dependencies.adler32]
version = "1"
-[dependencies.core2]
-version = "0.4"
-features = ["alloc"]
-optional = true
-default_features = false
-
[dependencies.crc32fast]
version = "1.1.1"
@@ -45,11 +39,5 @@
[dev-dependencies.clap]
version = "2"
-[features]
-no_std = [
- "libflate_lz77/no_std",
- "core2",
-]
-
[badges.coveralls]
repository = "sile/libflate"