Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsided committed May 11, 2024
1 parent cbd840f commit 9fbad30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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.3"
description = "Native bindings to the OpenVX library (1.3.1)"
authors = ["Markus Mayer <[email protected]>"]
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions openvx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openvx"
version = "0.1.2"
version = "0.1.3"
description = "OpenVX 1.3.1 wrapper"
authors = ["Markus Mayer <[email protected]>"]
keywords = ["openvx", "opencv", "opencl"]
Expand All @@ -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.3" }
static_assertions = "1.1.0"

0 comments on commit 9fbad30

Please sign in to comment.