Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedfall committed Oct 27, 2023
1 parent a8709ac commit a0dc51f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.85.3"
version = "0.86.0"
edition = "2021"
rust-version = "1.59"
authors = ["Pro <twisted.fall@gmail.com>", "Mathieu Poumeyrol <kali@zoy.org>"]
Expand Down Expand Up @@ -69,7 +69,7 @@ once_cell = "1"
rgb = { version = "0.8.20", features = ["argb"], optional = true }

[build-dependencies]
opencv-binding-generator = { version = "0.75.0", path = "binding-generator" }
opencv-binding-generator = { version = "0.76.0", path = "binding-generator" }
# cc starting with version 1.0.80 hangs on build https://github.com/twistedfall/opencv-rust/issues/480
cc = { version = "<=1.0.79", features = ["parallel"] }
dunce = "1"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ generation) are installed in your system.

Update your Cargo.toml
```toml
opencv = "0.85.3"
opencv = "0.86.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.75.0"
version = "0.76.0"
license = "MIT"
authors = ["Pro <twisted.fall@gmail.com>"]
edition = "2021"
Expand Down

0 comments on commit a0dc51f

Please sign in to comment.