Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Bump opencv from 0.89.0 to 0.90.0
Browse files Browse the repository at this point in the history
Bumps [opencv](https://github.com/twistedfall/opencv-rust) from 0.89.0 to 0.90.0.
- [Changelog](https://github.com/twistedfall/opencv-rust/blob/master/CHANGES.md)
- [Commits](twistedfall/opencv-rust@v0.89.0...v0.90.0)

---
updated-dependencies:
- dependency-name: opencv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent aa71701 commit bb33879
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion camera-info/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
serde = { workspace = true }
# nalgebra = { workspace = true }
opencv = { version = "0.89", default-features = false, features = ["calib3d", "imgproc", "clang-runtime"] }
opencv = { version = "0.90", default-features = false, features = ["calib3d", "imgproc", "clang-runtime"] }
serde_json = "1"
unros = { path = "../unros" }
image = { workspace = true }
Expand Down

0 comments on commit bb33879

Please sign in to comment.