fix: update libcosmic and cosmic-protocols

this fixes the workspace list applet
This commit is contained in:
Ashley Wulber 2024-01-17 12:08:36 -05:00 committed by Jeremy Soller
parent ea1db02280
commit cbb74ffcde
2 changed files with 21 additions and 21 deletions

View file

@ -19,10 +19,10 @@ members = [
resolver = "2"
[workspace.dependencies]
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "c1b6516" }
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "e65fa5e" }
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", default-features = false, features = [
"client",
], rev = "c1b6516" }
], rev = "e65fa5e" }
cosmic-time = { git = "https://github.com/pop-os/cosmic-time", default-features = false, features = [
"libcosmic",
"once_cell",