Skip to content

Commit

Permalink
v1.2.2 (#114)
Browse files Browse the repository at this point in the history
* 1.2.2

* サブモジュール更新
  • Loading branch information
kazuki0824 committed Aug 15, 2024
1 parent d78b4ef commit 13c8ac6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.4"
version = "2.1.0"
authors = ["maleicacid <[email protected]>"]
edition = "2021"
description = "b25-sys is more convenient Rust wrapper for libaribb25."
Expand Down
4 changes: 2 additions & 2 deletions recisdb-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "recisdb"
version = "1.2.1"
version = "1.2.2"
authors = ["maleicacid <[email protected]>"]
edition = "2021"
description = "recisdb can read both Unix chardev-based and BonDriver-based TV sources."
Expand Down Expand Up @@ -39,7 +39,7 @@ nom = "7.1.3"
pin-project-lite = "0.2.9"

[build-dependencies]
bindgen = { version = "0.69.1", default_features = false }
bindgen = { version = "0.69.1", default-features = false }
cc = { version = "1.0", features = ["parallel"] }
glob = "0.3"

Expand Down

0 comments on commit 13c8ac6

Please sign in to comment.