From 32a938fa088ffe1965429b6d23a96f81e1283f7d Mon Sep 17 00:00:00 2001 From: maleicacid Date: Thu, 23 Nov 2023 19:59:19 +0900 Subject: [PATCH] 1.2.0-rc.4 --- .github/workflows/release.yml | 2 +- b25-sys/Cargo.toml | 2 +- recisdb-rs/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 978927f..4c5bd75 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: - name: Setup Rust toolchain uses: dtolnay/rust-toolchain@master with: - toolchain: ${{ matrix.arch }} + toolchain: stable-${{ matrix.arch }} - name: Build run: | $env:RUSTFLAGS="-C target-feature=+crt-static" diff --git a/b25-sys/Cargo.toml b/b25-sys/Cargo.toml index ecd28f5..e821ac7 100644 --- a/b25-sys/Cargo.toml +++ b/b25-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "b25-sys" -version = "2.1.0-rc.2" +version = "2.1.0-rc.4" authors = ["maleicacid "] edition = "2021" description = "b25-sys is more convenient Rust wrapper for libaribb25." diff --git a/recisdb-rs/Cargo.toml b/recisdb-rs/Cargo.toml index eb21506..beff082 100644 --- a/recisdb-rs/Cargo.toml +++ b/recisdb-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "recisdb" -version = "1.2.0-rc.2" +version = "1.2.0-rc.4" authors = ["maleicacid "] edition = "2021" description = "recisdb can read both Unix chardev-based and BonDriver-based TV sources."