Skip to content

Commit 9242a8c

Browse files
Release v0.7.2 (#131)
1 parent fd975d7 commit 9242a8c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ members = [
88
]
99

1010
[workspace.package]
11-
version = "0.7.1"
11+
version = "0.7.2"
1212
authors = ["OpenVINO Project Developers"]
1313
edition = "2021"
1414
license = "Apache-2.0"
1515
repository = "https://github.com/intel/openvino-rs"
1616

1717
[workspace.dependencies]
18-
openvino-sys = { path = "crates/openvino-sys", version = "=0.7.1" }
19-
openvino-finder = { path = "crates/openvino-finder", version = "=0.7.1" }
18+
openvino-sys = { path = "crates/openvino-sys", version = "=0.7.2" }
19+
openvino-finder = { path = "crates/openvino-finder", version = "=0.7.2" }
2020
env_logger = "0.10"

0 commit comments

Comments
 (0)