Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Nov 30, 2023
1 parent 4787acf commit 0707f5a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
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_leopard"
version = "2.0.0"
version = "2.0.1"
edition = "2018"
description = "The Rust bindings for Picovoice's Leopard library"
license = "Apache-2.0"
Expand Down
6 changes: 3 additions & 3 deletions demo/rust/filedemo/Cargo.lock

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

4 changes: 2 additions & 2 deletions demo/rust/filedemo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "pv_leopard_filedemo"
version = "2.0.0"
version = "2.0.1"
edition = "2018"

[dependencies]
chrono = "0.4.20"
clap = "3.2.16"
hound = "3.4.0"
itertools = "0.10.3"
pv_leopard = "=2.0.0"
pv_leopard = "=2.0.1"
tabwriter = "1.2.1"
6 changes: 3 additions & 3 deletions demo/rust/micdemo/Cargo.lock

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

4 changes: 2 additions & 2 deletions demo/rust/micdemo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pv_leopard_micdemo"
version = "2.0.0"
version = "2.0.1"
edition = "2018"

[dependencies]
Expand All @@ -9,6 +9,6 @@ clap = "3.2.16"
ctrlc = "3.2.2"
hound = "3.4.0"
itertools = "0.10.3"
pv_leopard = "=2.0.0"
pv_leopard = "=2.0.1"
pv_recorder = "=1.2.1"
tabwriter = "1.2.1"

0 comments on commit 0707f5a

Please sign in to comment.