From 0aabc43f9b0ed1f997711b24330389d60dcd247f Mon Sep 17 00:00:00 2001 From: maleicacid Date: Tue, 21 Nov 2023 02:12:13 +0900 Subject: [PATCH] 1.2.0-rc.2 --- b25-sys/Cargo.toml | 2 +- b25-sys/build.rs | 2 +- recisdb-rs/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/b25-sys/Cargo.toml b/b25-sys/Cargo.toml index 811a076..ecd28f5 100644 --- a/b25-sys/Cargo.toml +++ b/b25-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "b25-sys" -version = "2.1.0-rc.1" +version = "2.1.0-rc.2" authors = ["maleicacid "] edition = "2021" description = "b25-sys is more convenient Rust wrapper for libaribb25." diff --git a/b25-sys/build.rs b/b25-sys/build.rs index 8173928..8e93465 100644 --- a/b25-sys/build.rs +++ b/b25-sys/build.rs @@ -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" diff --git a/recisdb-rs/Cargo.toml b/recisdb-rs/Cargo.toml index e39b85f..eb21506 100644 --- a/recisdb-rs/Cargo.toml +++ b/recisdb-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "recisdb" -version = "1.2.0-rc.1" +version = "1.2.0-rc.2" authors = ["maleicacid "] edition = "2021" description = "recisdb can read both Unix chardev-based and BonDriver-based TV sources."