File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 22name = " canny-edge-detector"
33version = " 0.1.0"
44authors = [" Markus Mayer <widemeadows@gmail.com>" ]
5- edition = " 2018"
5+ edition = " 2021"
6+ publish = false
67
78[dependencies ]
89openvx-sys = { path =" ../openvx-sys" }
Original file line number Diff line number Diff line change 22name = " openvx-sys"
33version = " 0.1.0"
44authors = [" Markus Mayer <widemeadows@gmail.com>" ]
5- edition = " 2018 "
5+ edition = " 2021 "
66description = " Native bindings to the OpenVX library"
77keywords = [" openvx" ]
88build = " build.rs"
Original file line number Diff line number Diff line change 22name = " openvx"
33version = " 0.1.0"
44authors = [" 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 ]
108openvx-sys = { path =" ../openvx-sys" }
You can’t perform that action at this time.
0 commit comments