Skip to content

Commit f24b9d7

Browse files
Update windows requirement from 0.59 to 0.62
Updates the requirements on [windows](https://github.com/microsoft/windows-rs) to permit the latest version. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.59.0...0.62.0) --- updated-dependencies: - dependency-name: windows dependency-version: 0.62.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 70e3eae commit f24b9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ rgb = { version = "0.8.20", default-features = false, features = ["argb"], optio
3232

3333
[target.'cfg(target_os = "windows")'.dependencies]
3434
# windows-0.60+ breaks the build in some cases: https://github.com/twistedfall/opencv-rust/issues/660
35-
windows = { version = "0.59", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] }
35+
windows = { version = "0.62", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] }
3636

3737
[build-dependencies]
3838
opencv-binding-generator = { version = "0.98.0", path = "binding-generator" }

0 commit comments

Comments
 (0)