Skip to content

Commit

Permalink
Release v0.7.2 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulchaphalkar committed Jun 26, 2024
1 parent fd975d7 commit 9242a8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ members = [
]

[workspace.package]
version = "0.7.1"
version = "0.7.2"
authors = ["OpenVINO Project Developers"]
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/intel/openvino-rs"

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

0 comments on commit 9242a8c

Please sign in to comment.