Skip to content

Commit eb559f0

Browse files
authored
Release v0.8.0 (#151)
1 parent 2af130a commit eb559f0

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.3"
11+
version = "0.8.0"
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.3" }
19-
openvino-finder = { path = "crates/openvino-finder", version = "=0.7.3" }
18+
openvino-sys = { path = "crates/openvino-sys", version = "=0.8.0" }
19+
openvino-finder = { path = "crates/openvino-finder", version = "=0.8.0" }
2020
env_logger = "0.11"

0 commit comments

Comments
 (0)