Skip to content

Commit 9fbad30

Browse files
committed
Bump version to 0.1.3
1 parent cbd840f commit 9fbad30

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openvx-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openvx-sys"
3-
version = "0.1.1"
3+
version = "0.1.3"
44
description = "Native bindings to the OpenVX library (1.3.1)"
55
authors = ["Markus Mayer <widemeadows@gmail.com>"]
66
edition = "2021"

openvx/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openvx"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "OpenVX 1.3.1 wrapper"
55
authors = ["Markus Mayer <widemeadows@gmail.com>"]
66
keywords = ["openvx", "opencv", "opencl"]
@@ -11,5 +11,5 @@ license = "MIT"
1111
edition = "2021"
1212

1313
[dependencies]
14-
openvx-sys = { path ="../openvx-sys", version="0.1.0" }
14+
openvx-sys = { path ="../openvx-sys", version="0.1.3" }
1515
static_assertions = "1.1.0"

0 commit comments

Comments
 (0)