Skip to content

Commit

Permalink
Merge pull request #205 from folkertdev/fix-s390-inclusion
Browse files Browse the repository at this point in the history
fix typo in the s390/s390x inclusion
  • Loading branch information
Byron authored Aug 12, 2024
2 parents aa32611 + 49a0a8e commit 788f050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libz-sys"
version = "1.1.18"
version = "1.1.19"
authors = [
"Alex Crichton <[email protected]>",
"Josh Triplett <[email protected]>",
Expand Down Expand Up @@ -30,7 +30,7 @@ include = [
"src/zlib-ng/arch/generic/**.[ch]",
"src/zlib-ng/arch/power/**.[ch]",
"src/zlib-ng/arch/riscv/**.[ch]",
"src/zlib-ng/arch/s390x/**.[ch]",
"src/zlib-ng/arch/s390/**.[ch]",
"src/zlib-ng/arch/x86/**.[ch]",
"src/zlib-ng/*.[ch].in",
"src/zlib-ng/*.pc.in",
Expand Down

0 comments on commit 788f050

Please sign in to comment.