Skip to content

Commit ffb0e72

Browse files
committed
cleanup
1 parent 43478fa commit ffb0e72

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289
toolchain: nightly
290290
components: llvm-tools-preview
291291
- name: Install cargo fuzz & rustfilt
292-
uses: taiki-e/install-action@a48a50298f98c47e46a957ae6f82c44cc4878e42 # v2.49.47
292+
uses: taiki-e/install-action@56ab7930c591507f833cbaed864d201386d518a8
293293
with:
294294
tool: cargo-fuzz,rustfilt
295295
- name: Download custom decompression corpus
@@ -494,8 +494,7 @@ jobs:
494494
run: "cargo +nightly miri nextest run -j4 -p zlib-rs --target ${{ matrix.target }} allocate::"
495495
- name: Test gz logic with miri
496496
working-directory: libz-rs-sys-cdylib
497-
run:
498-
"cargo +nightly miri nextest run -j4 -p libz-rs-sys-cdylib --target ${{ matrix.target }} --features=gz"
497+
run: "cargo +nightly miri nextest run -j4 -p libz-rs-sys-cdylib --target ${{ matrix.target }} --features=gz"
499498
env:
500499
MIRIFLAGS: "-Zmiri-tree-borrows -Zmiri-disable-isolation"
501500

libz-rs-sys-cdylib/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ rust-allocator = ["libz-rs-sys/rust-allocator", "libz-rs-sys/std"] # by default,
2727
custom-prefix = ["libz-rs-sys/custom-prefix"] # use the LIBZ_RS_SYS_PREFIX to prefix all exported symbols
2828
semver-prefix = ["libz-rs-sys/semver-prefix"] # prefix all symbols in a semver-compatible way
2929
capi = []
30-
gz = ["dep:libc"] # gzip support has to be configured explicitly, to avoid a libc dependency in the core zlib-rs
31-
std = ["zlib-rs/std"] # assume `::std` is available
30+
gz = ["dep:libc"] # support for the `gz*` functions is experimental
3231

3332
[dependencies]
3433
libz-rs-sys = { version = "0.5.0", path = "../libz-rs-sys", default-features = false, features = ["export-symbols"] }

0 commit comments

Comments
 (0)