Skip to content

Commit 1800231

Browse files
authored
cargo: Bump windows-rs to 0.48 (#163)
`0.47` got yanked due to unreliable versioning on the `windows-targets` library crate.
1 parent dd90779 commit 1800231

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
@@ -33,7 +33,7 @@ imgui = { version = "0.10", features = ["tables-api"], optional = true }
3333
winapi = { version = "0.3.9", features = ["d3d12", "winerror", "impl-default", "impl-debug"], optional = true }
3434

3535
[target.'cfg(windows)'.dependencies.windows]
36-
version = "0.47"
36+
version = "0.48"
3737
features = [
3838
"Win32_Foundation",
3939
"Win32_Graphics",
@@ -56,7 +56,7 @@ env_logger = "0.10"
5656
winapi = { version = "0.3.9", features = ["d3d12", "d3d12sdklayers", "dxgi1_6", "winerror", "impl-default", "impl-debug", "winuser", "windowsx", "libloaderapi"] }
5757

5858
[target.'cfg(windows)'.dev-dependencies.windows]
59-
version = "0.47"
59+
version = "0.48"
6060
features = [
6161
"Win32_Foundation",
6262
"Win32_Graphics",

0 commit comments

Comments
 (0)