Skip to content

Commit fd320c7

Browse files
committed
Extend windows dependency range to 0.53-0.62
https://github.com/microsoft/windows-rs/releases/tag/69
1 parent c2c762e commit fd320c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
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",
@@ -64,7 +64,7 @@ env_logger = "0.11"
6464

6565
[target.'cfg(windows)'.dev-dependencies.windows]
6666
# API-breaks since Windows 0.58 only affect our examples
67-
version = ">=0.58, <=0.61"
67+
version = ">=0.58, <=0.62"
6868
features = [
6969
"Win32_Graphics_Direct3D",
7070
"Win32_Graphics_Direct3D12",

0 commit comments

Comments
 (0)