Skip to content

Commit

Permalink
1.2.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuki0824 committed Nov 23, 2023
1 parent 49bd6c5 commit 32a938f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion b25-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "b25-sys"
version = "2.1.0-rc.2"
version = "2.1.0-rc.4"
authors = ["maleicacid <[email protected]>"]
edition = "2021"
description = "b25-sys is more convenient Rust wrapper for libaribb25."
Expand Down
2 changes: 1 addition & 1 deletion recisdb-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "recisdb"
version = "1.2.0-rc.2"
version = "1.2.0-rc.4"
authors = ["maleicacid <[email protected]>"]
edition = "2021"
description = "recisdb can read both Unix chardev-based and BonDriver-based TV sources."
Expand Down

0 comments on commit 32a938f

Please sign in to comment.