Skip to content

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsided committed May 11, 2024
1 parent cbd840f commit 1e947c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion openvx-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openvx-sys"
version = "0.1.1"
version = "0.1.2"
description = "Native bindings to the OpenVX library (1.3.1)"
authors = ["Markus Mayer <widemeadows@gmail.com>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion openvx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ license = "MIT"
edition = "2021"

[dependencies]
openvx-sys = { path ="../openvx-sys", version="0.1.0" }
openvx-sys = { path ="../openvx-sys", version="0.1.2" }
static_assertions = "1.1.0"

0 comments on commit 1e947c2

Please sign in to comment.