From fde0ae0bebb352e05baab5639a090e1e32eedabc Mon Sep 17 00:00:00 2001 From: Lysander Treumann Date: Tue, 3 Feb 2026 10:35:15 +0100 Subject: [PATCH] Added branch action-on-typing to workspace.dependencies.cosmic-comp-config, which (unless merged) contains necessary changes to build cosmic-settings. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 3ec1c40..ec53772 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,7 @@ git = "https://github.com/pop-os/cosmic-bg" [workspace.dependencies.cosmic-comp-config] git = "https://github.com/pop-os/cosmic-comp" +branch = "action-on-typing" features = ["output"] [workspace.dependencies.cosmic-idle-config]