From dad8eca1c5e526d5c04e9f130dd3ee8c8abfb6df Mon Sep 17 00:00:00 2001 From: Folkert de Vries Date: Mon, 20 Apr 2026 15:09:22 +0200 Subject: [PATCH 1/2] prepare prerelease --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6c85f88e..5d5de782 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,7 +154,7 @@ dependencies = [ [[package]] name = "libzstd-rs-sys" -version = "0.0.0" +version = "0.0.1-prerelease.1" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index c0b4007d..eac79724 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [package] name = "libzstd-rs-sys" -version = "0.0.0" +version = "0.0.1-prerelease.1" description = "a rust implementation of zstd compression and decompression" license = "BSD-3-Clause" publish = true From c0a34bfc7febbd8cd965b439ed58378e20c7b967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 13:13:09 +0000 Subject: [PATCH 2/2] Bump taiki-e/install-action from 2.68.16 to 2.75.18 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.68.16 to 2.75.18. - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/d6e286fa45544157a02d45a43742857ebbc25d12...055f5df8c3f65ea01cd41e9dc855becd88953486) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.75.18 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index b914846f..0483c200 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -90,7 +90,7 @@ jobs: run: "rustc -vV | sed -n 's|host: ||p'" if: matrix.os != 'windows-2022' - name: Install cargo-llvm-cov & cargo-nextest - uses: taiki-e/install-action@d6e286fa45544157a02d45a43742857ebbc25d12 # v2.68.16 + uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18 with: tool: cargo-llvm-cov,cargo-nextest - name: Cache apt packages @@ -236,7 +236,7 @@ jobs: rustup toolchain install nightly --component miri cargo +nightly miri setup - name: Install cargo-nextest - uses: taiki-e/install-action@d6e286fa45544157a02d45a43742857ebbc25d12 # v2.68.16 + uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18 with: tool: cargo-nextest - name: Run unit tests with miri