Skip to content

Commit

Permalink
chore: point komorebi-client to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Feb 27, 2024
1 parent 3abfd22 commit 55ece4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 55ece4f

Please sign in to comment.