Update cctk

Updated to use same sctk version as iced.
This commit is contained in:
Ian Douglas Scott 2024-04-01 15:37:39 -07:00
parent b240e3fef2
commit 23dc7810c6

View file

@ -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 }