Skip to content

Commit 49a0a8e

Browse files
committed
fix typo in the s390/s390x inclusion
the typo meant that some C files were not included in the build, which caused the published version of this crate to fail for s390x targets
1 parent aa32611 commit 49a0a8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libz-sys"
3-
version = "1.1.18"
3+
version = "1.1.19"
44
authors = [
55
"Alex Crichton <alex@alexcrichton.com>",
66
"Josh Triplett <josh@joshtriplett.org>",
@@ -30,7 +30,7 @@ include = [
3030
"src/zlib-ng/arch/generic/**.[ch]",
3131
"src/zlib-ng/arch/power/**.[ch]",
3232
"src/zlib-ng/arch/riscv/**.[ch]",
33-
"src/zlib-ng/arch/s390x/**.[ch]",
33+
"src/zlib-ng/arch/s390/**.[ch]",
3434
"src/zlib-ng/arch/x86/**.[ch]",
3535
"src/zlib-ng/*.[ch].in",
3636
"src/zlib-ng/*.pc.in",

0 commit comments

Comments
 (0)