From 23dc7810c647cb0be0779901f1087bf6bf9b246b Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Mon, 1 Apr 2024 15:37:39 -0700 Subject: [PATCH] Update `cctk` Updated to use same sctk version as iced. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 921cc9a6..0d41bdbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ xdg-portal = ["ashpd"] apply = "0.3.0" ashpd = { version = "0.7.0", default-features = false, optional = true } async-fs = { version = "2.1", optional = true } -cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "1cc4a13", optional = true } +cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "e4e6f8c", optional = true } chrono = "0.4.35" cosmic-config = { path = "cosmic-config" } cosmic-settings-daemon = { git = "https://github.com/pop-os/dbus-settings-bindings", branch = "cosmic-settings-daemon", optional = true }