diff --git a/packages/desktop/Cargo.toml b/packages/desktop/Cargo.toml index e4941cfc..7033592c 100644 --- a/packages/desktop/Cargo.toml +++ b/packages/desktop/Cargo.toml @@ -31,7 +31,7 @@ tracing = "0.1" tracing-subscriber = "0.3" [target.'cfg(target_os = "windows")'.dependencies] -komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", branch = "feature/komorebi-client" } +komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", rev = "1a8b6a7398b12b3686b80c6228875a79e7165a26" } [target.'cfg(target_os = "macos")'.dependencies] cocoa = "0.25.0"