Skip to content

Commit

Permalink
chore(deps): bump windows-rs from 0.52 to 0.54
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed Feb 28, 2024
1 parent 1a8b6a7 commit 2b9fbc2
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 36 deletions.
93 changes: 61 additions & 32 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -11,14 +11,14 @@ members = [
]

[workspace.dependencies]
windows-interface = { version = "0.52" }
windows-implement = { version = "0.52" }
windows-interface = { version = "0.53" }
windows-implement = { version = "0.53" }
dunce = "1"
dirs = "5"
color-eyre = "0.6"

[workspace.dependencies.windows]
version = "0.52"
version = "0.54"
features = [
"implement",
"Win32_System_Com",
Expand Down
1 change: 0 additions & 1 deletion komorebi/src/com/mod.rs
Expand Up @@ -10,7 +10,6 @@ use interfaces::IServiceProvider;

use std::ffi::c_void;

use windows::core::ComInterface;
use windows::core::Interface;
use windows::Win32::Foundation::HWND;
use windows::Win32::System::Com::CoCreateInstance;
Expand Down

0 comments on commit 2b9fbc2

Please sign in to comment.