Skip to content

Commit c0085bc

Browse files
authored
Release v0.9.0 (#172)
1 parent 0469b3c commit c0085bc

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,7 +8,7 @@ members = [
88
]
99

1010
[workspace.package]
11-
version = "0.8.0"
11+
version = "0.9.0"
1212
authors = ["OpenVINO Project Developers"]
1313
edition = "2021"
1414
license = "Apache-2.0"
@@ -17,6 +17,6 @@ repository = "https://github.com/intel/openvino-rs"
1717
rust-version = "1.80.0"
1818

1919
[workspace.dependencies]
20-
openvino-sys = { path = "crates/openvino-sys", version = "=0.8.0" }
21-
openvino-finder = { path = "crates/openvino-finder", version = "=0.8.0" }
20+
openvino-sys = { path = "crates/openvino-sys", version = "=0.9.0" }
21+
openvino-finder = { path = "crates/openvino-finder", version = "=0.9.0" }
2222
env_logger = "0.11"

0 commit comments

Comments
 (0)