blob: 93ee4a7b99feac8a9ff0e5af18fdc5b92b12ff60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Description: remove compiler-builtins feature.
The feature fails to build and the ftpmasters are rejecting new rust
feature packages.
Author: Peter Michael Green <plugwash@debian.org>
Index: miniz-oxide/Cargo.toml
===================================================================
--- miniz-oxide.orig/Cargo.toml
+++ miniz-oxide/Cargo.toml
@@ -42,10 +42,6 @@ name = "miniz_oxide"
version = "1.0"
default-features = false
-[dependencies.compiler_builtins]
-version = "0.1.2"
-optional = true
-
[dependencies.simd-adler32]
version = "0.3"
optional = true
|