Skip to content

Commit c58608f

Browse files
committed
Update Rust edition
1 parent d6b036d commit c58608f

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

canny-edge-detector/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name = "canny-edge-detector"
33
version = "0.1.0"
44
authors = ["Markus Mayer <widemeadows@gmail.com>"]
5-
edition = "2018"
5+
edition = "2021"
6+
publish = false
67

78
[dependencies]
89
openvx-sys = { path ="../openvx-sys" }

openvx-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "openvx-sys"
33
version = "0.1.0"
44
authors = ["Markus Mayer <widemeadows@gmail.com>"]
5-
edition = "2018"
5+
edition = "2021"
66
description = "Native bindings to the OpenVX library"
77
keywords = ["openvx"]
88
build = "build.rs"

openvx/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
name = "openvx"
33
version = "0.1.0"
44
authors = ["Markus Mayer <widemeadows@gmail.com>"]
5-
edition = "2018"
6-
7-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
5+
edition = "2021"
86

97
[dependencies]
108
openvx-sys = { path ="../openvx-sys" }

0 commit comments

Comments
 (0)