Skip to content

Commit

Permalink
fix: update libcosmic and cosmic-protocols
Browse files Browse the repository at this point in the history
this fixes the workspace list applet
  • Loading branch information
wash2 authored and jackpot51 committed Jan 17, 2024
1 parent ea1db02 commit cbb74ff
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cbb74ff

Please sign in to comment.