diff --git a/binding/rust/Cargo.lock b/binding/rust/Cargo.lock index fa4e464..8c4aef9 100644 --- a/binding/rust/Cargo.lock +++ b/binding/rust/Cargo.lock @@ -615,7 +615,7 @@ dependencies = [ [[package]] name = "pv_cobra" -version = "2.0.1" +version = "2.0.2" dependencies = [ "itertools", "libc", diff --git a/binding/rust/Cargo.toml b/binding/rust/Cargo.toml index 698a2c6..bcddc4a 100644 --- a/binding/rust/Cargo.toml +++ b/binding/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pv_cobra" -version = "2.0.1" +version = "2.0.2" edition = "2018" description = "The Rust bindings for Picovoice's Cobra library" license = "Apache-2.0" diff --git a/demo/rust/filedemo/Cargo.lock b/demo/rust/filedemo/Cargo.lock index 90b10cb..a8dd7e0 100644 --- a/demo/rust/filedemo/Cargo.lock +++ b/demo/rust/filedemo/Cargo.lock @@ -284,9 +284,9 @@ dependencies = [ [[package]] name = "pv_cobra" -version = "2.0.0" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fdc035b2e9b4f725369ecb20605a8c4a9a7cd2f616a7b436656d3e9dacc76a6" +checksum = "58ea0cf9cfb85e073b5ff16739a0f409c2d47be3af9ccc1c55c0d5f5eb6c519d" dependencies = [ "libc", "libloading", diff --git a/demo/rust/filedemo/Cargo.toml b/demo/rust/filedemo/Cargo.toml index e60096b..7ace987 100644 --- a/demo/rust/filedemo/Cargo.toml +++ b/demo/rust/filedemo/Cargo.toml @@ -8,4 +8,4 @@ chrono = "0.4.23" clap = "2.33.3" hound = "3.5.0" itertools = "0.10.1" -pv_cobra = "=2.0.0" +pv_cobra = "=2.0.2" diff --git a/demo/rust/micdemo/Cargo.lock b/demo/rust/micdemo/Cargo.lock index b996bde..ff28e3b 100644 --- a/demo/rust/micdemo/Cargo.lock +++ b/demo/rust/micdemo/Cargo.lock @@ -245,9 +245,9 @@ dependencies = [ [[package]] name = "pv_cobra" -version = "2.0.0" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fdc035b2e9b4f725369ecb20605a8c4a9a7cd2f616a7b436656d3e9dacc76a6" +checksum = "58ea0cf9cfb85e073b5ff16739a0f409c2d47be3af9ccc1c55c0d5f5eb6c519d" dependencies = [ "libc", "libloading 0.7.4", diff --git a/demo/rust/micdemo/Cargo.toml b/demo/rust/micdemo/Cargo.toml index 13011bd..268ecd3 100644 --- a/demo/rust/micdemo/Cargo.toml +++ b/demo/rust/micdemo/Cargo.toml @@ -9,5 +9,5 @@ clap = "2.33.3" ctrlc = "3.1.9" hound = "3.5.0" itertools = "0.10.1" -pv_cobra = "=2.0.0" +pv_cobra = "=2.0.2" pv_recorder = "=1.2.1"