Skip to content

Commit f943f6b

Browse files
committed
v2.0 rust release
1 parent 657850f commit f943f6b

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

demo/rust/filedemo/Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/rust/filedemo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ chrono = "0.4.23"
88
clap = "2.33.3"
99
hound = "3.5.0"
1010
itertools = "0.10.1"
11-
pv_cobra = { path = "../../../binding/rust" }
11+
pv_cobra = "=2.0.0"

demo/rust/micdemo/Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/rust/micdemo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ clap = "2.33.3"
99
ctrlc = "3.1.9"
1010
hound = "3.5.0"
1111
itertools = "0.10.1"
12-
pv_cobra = { path = "../../../binding/rust" }
12+
pv_cobra = "=2.0.0"
1313
pv_recorder = "=1.2.1"

0 commit comments

Comments
 (0)