Skip to content

Commit c6edf91

Browse files
dependabot[bot]twistedfall
authored andcommitted
Update windows requirement from 0.59 to 0.60
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.60.0) --- updated-dependencies: - dependency-name: windows dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 97dcbd0 commit c6edf91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ once_cell = "1"
3030
rgb = { version = "0.8.20", features = ["argb"], optional = true }
3131

3232
[target.'cfg(target_os = "windows")'.dependencies]
33-
windows = { version = "0.59", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] }
33+
windows = { version = "0.60", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] }
3434

3535
[build-dependencies]
3636
opencv-binding-generator = { version = "0.95.0", path = "binding-generator" }

0 commit comments

Comments
 (0)