Skip to content

Commit 30a5ef4

Browse files
committed
bump version
1 parent 00b07b2 commit 30a5ef4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ numpy = {version = "0.22", optional = true}
1111
objc = {version = "0.2", optional = true}
1212
# OpenCV bindings for performance parity
1313
# 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"]}
14+
opencv = {version = "0.98", optional = true, default-features = false, features = ["clang-runtime", "imgproc", "videoio"]}
1515
# Python bindings (optional)
1616
pyo3 = {version = "0.22", features = ["extension-module"], optional = true}
1717
rayon = "1.8"

0 commit comments

Comments
 (0)