Skip to content

Commit

Permalink
update rust
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Nov 17, 2023
1 parent f3b5f02 commit a76811a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion binding/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion binding/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions demo/rust/filedemo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demo/rust/filedemo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions demo/rust/micdemo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demo/rust/micdemo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit a76811a

Please sign in to comment.