Skip to content

Commit

Permalink
chore(deps): bump windows-rs from 0.25 to 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed Nov 15, 2021
1 parent 4a19eda commit adcb38f
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 25 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion komorebi-core/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ serde_yaml = "0.8"
strum = { version = "0.21", features = ["derive"] }

[dependencies.windows]
version = "0.25"
version = "0.26"
features = [
"Win32_Foundation",
]
3 changes: 2 additions & 1 deletion komorebi/Cargo.toml
Expand Up @@ -40,8 +40,9 @@ winvd = "0.0.20"
miow = "0.3"

[dependencies.windows]
version = "0.25"
version = "0.26"
features = [
"std",
"Win32_Foundation",
"Win32_Graphics_Dwm",
"Win32_Graphics_Gdi",
Expand Down
2 changes: 1 addition & 1 deletion komorebic/Cargo.toml
Expand Up @@ -26,7 +26,7 @@ serde_json = "1"
uds_windows = "1"

[dependencies.windows]
version = "0.25"
version = "0.26"
features = [
"Win32_Foundation",
"Win32_UI_WindowsAndMessaging"
Expand Down

0 comments on commit adcb38f

Please sign in to comment.