Skip to content

Commit

Permalink
v2.0 rust release (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 authored Oct 25, 2023
1 parent d1ad722 commit 8e64ca3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 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 = { path = "../../../binding/rust" }
pv_cobra = "=2.0.0"
2 changes: 2 additions & 0 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 = { path = "../../../binding/rust" }
pv_cobra = "=2.0.0"
pv_recorder = "=1.2.1"

0 comments on commit 8e64ca3

Please sign in to comment.