Skip to content

Commit

Permalink
1.2.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuki0824 committed Nov 20, 2023
1 parent 5ea44a9 commit 0aabc43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.1"
version = "2.1.0-rc.2"
authors = ["maleicacid <[email protected]>"]
edition = "2021"
description = "b25-sys is more convenient Rust wrapper for libaribb25."
Expand Down
2 changes: 1 addition & 1 deletion b25-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fn main() {
// Check feat
#[cfg(all(
feature = "prioritized_card_reader",
feature = "block00cbc",
any(feature = "block00cbc", feature = "block40cbc")
))]
compile_error!(
"features `crate/prioritized_card_reader` and `crate/block**cbc` are mutually exclusive"
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.1"
version = "1.2.0-rc.2"
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 0aabc43

Please sign in to comment.