From f39b070fa2a5e52c8612aad9db10d3354da5a8df Mon Sep 17 00:00:00 2001 From: Folkert de Vries Date: Mon, 10 Nov 2025 11:34:25 +0100 Subject: [PATCH 1/2] update to `zlib-ng` version `2.2.5` --- Cargo-zng.toml | 2 +- Cargo.toml | 2 +- src/zlib-ng | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 From 0a0dbc68af31e88cb63577760feed97d632ea7ad Mon Sep 17 00:00:00 2001 From: Folkert de Vries Date: Mon, 10 Nov 2025 14:07:23 +0100 Subject: [PATCH 2/2] remove explicit usage of lld on nightly; it is the default now --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) 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 }}