Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedfall committed Mar 18, 2024
1 parent 162db06 commit 985af46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/twistedfall/opencv-rust"
readme = "README.md"
keywords = ["opencv", "vision"]
license = "MIT"
version = "0.88.9"
version = "0.89.0"
edition = "2021"
rust-version = "1.66"
authors = ["Pro <[email protected]>", "Mathieu Poumeyrol <[email protected]>"]
Expand Down Expand Up @@ -72,7 +72,7 @@ once_cell = "1"
rgb = { version = "0.8.20", features = ["argb"], optional = true }

[build-dependencies]
opencv-binding-generator = { version = "0.84.0", path = "binding-generator" }
opencv-binding-generator = { version = "0.85.0", path = "binding-generator" }
cc = { version = "1.0.83", features = ["parallel"] }
dunce = "1"
jobslot = "0.2"
Expand All @@ -85,7 +85,7 @@ vcpkg = "0.2.9"

[dev-dependencies]
matches = "0.1"
opencv-binding-generator = { version = "0.84.0", path = "binding-generator" }
opencv-binding-generator = { version = "0.85.0", path = "binding-generator" }
cc = { version = ">=1.0.83", features = ["parallel"] }
dunce = "1"
jobslot = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ generation) are installed in your system.

Update your Cargo.toml
```toml
opencv = "0.88.9"
opencv = "0.89.0"
```

Import prelude
Expand Down
2 changes: 1 addition & 1 deletion binding-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "opencv-binding-generator"
description = "Binding generator for opencv crate"
repository = "https://github.com/twistedfall/opencv-rust"
version = "0.84.0"
version = "0.85.0"
license = "MIT"
authors = ["Pro <[email protected]>"]
edition = "2021"
Expand Down

0 comments on commit 985af46

Please sign in to comment.