Skip to content

Commit 6452d5d

Browse files
authored
Merge pull request #251 from folkertdev/zlib-ng-2.2.5
update to `zlib-ng` version `2.2.5`
2 parents 1c2c7b0 + 0a0dbc6 commit 6452d5d

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ jobs:
125125
name: cross-linux-musl
126126
path: /tmp/
127127
- run: chmod +x /tmp/cross
128-
- run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zlinker-features=-lld >> $GITHUB_ENV
129-
if: matrix.channel == 'nightly'
130128
- run: ci/set_rust_version.bash ${{ matrix.channel }} ${{ matrix.target }}
131129
- run: ci/test.bash /tmp/cross ${{ matrix.target }}
132130

Cargo-zng.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libz-ng-sys"
3-
version = "1.1.22"
3+
version = "1.1.23"
44
authors = [
55
"Alex Crichton <alex@alexcrichton.com>",
66
"Josh Triplett <josh@joshtriplett.org>",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libz-sys"
3-
version = "1.1.22"
3+
version = "1.1.23"
44
authors = [
55
"Alex Crichton <alex@alexcrichton.com>",
66
"Josh Triplett <josh@joshtriplett.org>",

0 commit comments

Comments
 (0)