Skip to content

Commit 5536329

Browse files
Update windows requirement from >=0.53, <=0.61 to >=0.53, <=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.58.0...0.62.0) --- updated-dependencies: - dependency-name: windows dependency-version: 0.62.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 673e4ec commit 5536329

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
@@ -50,7 +50,7 @@ objc2-metal = { version = "0.3", default-features = false, features = [
5050
], optional = true }
5151

5252
[target.'cfg(windows)'.dependencies.windows]
53-
version = ">=0.53, <=0.61"
53+
version = ">=0.53, <=0.62"
5454
features = [
5555
"Win32_Graphics_Direct3D12",
5656
"Win32_Graphics_Dxgi_Common",

0 commit comments

Comments
 (0)