Skip to content

Commit 788f050

Browse files
authored
Merge pull request #205 from folkertdev/fix-s390-inclusion
fix typo in the s390/s390x inclusion
2 parents aa32611 + 49a0a8e commit 788f050

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)