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 94d5a345ac37a9e653a80a9abde481d052bc5d76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 13:12:50 +0000 Subject: [PATCH 2/2] Bump actions/checkout from 4.1.1 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.1...de0fac2e4500dabe0009e67214ff5f5447ce83dd) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index b914846f..a08417cb 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -315,7 +315,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: persist-credentials: false - name: Install rust toolchain