File: remove-zstdmt-feature.patch

package info (click to toggle)
rust-async-compression 0.4.27-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,020 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
Description: Removed in the zstd-safe crate
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -224,4 +223,0 @@
-zstdmt = [
-    "zstd",
-    "zstd-safe/zstdmt",
-]