Skip to content

Commit

Permalink
braidz-export-rrd: update opencv
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Dec 2, 2024
1 parent fe4a7d1 commit c8a0d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion braidz-export-rrd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ nalgebra.workspace = true
regex = "1.10.3"
machine-vision-formats.workspace = true
rayon = "1.9.0"
opencv = { version = "0.88.8", optional = true }
opencv = { version = "0.90", optional = true, features = ["clang-runtime"] }

braidz-parser = { path = "../braidz-parser" }
env-tracing-logger = { path = "../env-tracing-logger" }
Expand Down

0 comments on commit c8a0d36

Please sign in to comment.