We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b07b2 commit 30a5ef4Copy full SHA for 30a5ef4
1 file changed
Cargo.toml
@@ -11,7 +11,7 @@ numpy = {version = "0.22", optional = true}
11
objc = {version = "0.2", optional = true}
12
# OpenCV bindings for performance parity
13
# Limit binding generation to the modules this crate actually uses.
14
-opencv = {version = "0.93", optional = true, default-features = false, features = ["clang-runtime", "imgproc", "videoio"]}
+opencv = {version = "0.98", optional = true, default-features = false, features = ["clang-runtime", "imgproc", "videoio"]}
15
# Python bindings (optional)
16
pyo3 = {version = "0.22", features = ["extension-module"], optional = true}
17
rayon = "1.8"
0 commit comments