diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e4772bf..79ca6109 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,8 +125,6 @@ jobs: name: cross-linux-musl path: /tmp/ - run: chmod +x /tmp/cross - - run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zlinker-features=-lld >> $GITHUB_ENV - if: matrix.channel == 'nightly' - run: ci/set_rust_version.bash ${{ matrix.channel }} ${{ matrix.target }} - run: ci/test.bash /tmp/cross ${{ matrix.target }} diff --git a/Cargo-zng.toml b/Cargo-zng.toml index 9464ad87..dc2f57ee 100644 --- a/Cargo-zng.toml +++ b/Cargo-zng.toml @@ -1,6 +1,6 @@ [package] name = "libz-ng-sys" -version = "1.1.22" +version = "1.1.23" authors = [ "Alex Crichton ", "Josh Triplett ", diff --git a/Cargo.toml b/Cargo.toml index b3836f8b..cd8441d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libz-sys" -version = "1.1.22" +version = "1.1.23" authors = [ "Alex Crichton ", "Josh Triplett ", diff --git a/src/zlib-ng b/src/zlib-ng index 860e4cff..42543906 160000 --- a/src/zlib-ng +++ b/src/zlib-ng @@ -1 +1 @@ -Subproject commit 860e4cff7917d93f54f5d7f0bc1d0e8b1a3cb988 +Subproject commit 425439062b114a0f6cf625022c41d929c7e879f9