Skip to content

Commit 4d8973a

Browse files
committed
chore: Release
1 parent a30e6a6 commit 4d8973a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ once_cell = "1"
6969
rgb = { version = "0.8.20", features = ["argb"], optional = true }
7070

7171
[build-dependencies]
72-
opencv-binding-generator = { version = "0.76.0", path = "binding-generator" }
72+
opencv-binding-generator = { version = "0.77.0", path = "binding-generator" }
7373
# cc starting with version 1.0.80 hangs on build https://github.com/twistedfall/opencv-rust/issues/480
7474
cc = { version = "<=1.0.79", features = ["parallel"] }
7575
dunce = "1"

binding-generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "opencv-binding-generator"
33
description = "Binding generator for opencv crate"
44
repository = "https://github.com/twistedfall/opencv-rust"
5-
version = "0.76.0"
5+
version = "0.77.0"
66
license = "MIT"
77
authors = ["Pro <twisted.fall@gmail.com>"]
88
edition = "2021"

0 commit comments

Comments
 (0)