Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedfall committed May 26, 2024
1 parent a7bfb42 commit c5bfa08
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.91.3"
version = "0.92.0"
edition = "2021"
rust-version = "1.66"
authors = ["Pro <twisted.fall@gmail.com>", "Mathieu Poumeyrol <kali@zoy.org>"]
Expand All @@ -32,7 +32,7 @@ rgb = { version = "0.8.20", features = ["argb"], optional = true }
windows = { version = "0.56", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] }

[build-dependencies]
opencv-binding-generator = { version = "0.89.1", path = "binding-generator" }
opencv-binding-generator = { version = "0.90.0", path = "binding-generator" }
cc = { version = "1.0.83", features = ["parallel"] }
dunce = "1"
jobserver = "0.1"
Expand All @@ -45,7 +45,7 @@ vcpkg = "0.2.9"

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

```toml
opencv = "0.91.3"
opencv = "0.92.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.89.1"
version = "0.90.0"
license = "MIT"
authors = ["Pro <twisted.fall@gmail.com>"]
edition = "2021"
Expand Down

0 comments on commit c5bfa08

Please sign in to comment.