We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa32611 + 49a0a8e commit 788f050Copy full SHA for 788f050
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "libz-sys"
3
-version = "1.1.18"
+version = "1.1.19"
4
authors = [
5
"Alex Crichton <alex@alexcrichton.com>",
6
"Josh Triplett <josh@joshtriplett.org>",
@@ -30,7 +30,7 @@ include = [
30
"src/zlib-ng/arch/generic/**.[ch]",
31
"src/zlib-ng/arch/power/**.[ch]",
32
"src/zlib-ng/arch/riscv/**.[ch]",
33
- "src/zlib-ng/arch/s390x/**.[ch]",
+ "src/zlib-ng/arch/s390/**.[ch]",
34
"src/zlib-ng/arch/x86/**.[ch]",
35
"src/zlib-ng/*.[ch].in",
36
"src/zlib-ng/*.pc.in",
0 commit comments