Skip to content

Commit

Permalink
chore(deps): bump windows-rs and serde-json
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed Nov 5, 2021
1 parent c247426 commit 7f74640
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 15 deletions.
31 changes: 19 additions & 12 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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde_yaml = "0.8"
strum = { version = "0.21", features = ["derive"] }

[dependencies.windows]
version = "0.24"
version = "0.25"
features = [
"Win32_Foundation",
]
2 changes: 1 addition & 1 deletion komorebi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ winvd = "0.0.20"
miow = "0.3"

[dependencies.windows]
version = "0.24"
version = "0.25"
features = [
"Win32_Foundation",
"Win32_Graphics_Dwm",
Expand Down
2 changes: 1 addition & 1 deletion komorebic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde_json = "1"
uds_windows = "1"

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

0 comments on commit 7f74640

Please sign in to comment.