From c112048739d27e1fe7754e545068af6c18eadf6b Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Tue, 2 Jan 2024 16:00:03 -0500 Subject: [PATCH] chore: update rev for cosmic-protocols --- Cargo.lock | 35 ++++++----------------------------- Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 31 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eeeab03a..0e5bb530 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -759,8 +759,8 @@ name = "cosmic-app-list" version = "0.1.0" dependencies = [ "anyhow", - "cosmic-client-toolkit 0.1.0 (git+https://github.com/pop-os/cosmic-protocols?rev=5faec87)", - "cosmic-protocols 0.1.0 (git+https://github.com/pop-os/cosmic-protocols?rev=5faec87)", + "cosmic-client-toolkit", + "cosmic-protocols", "freedesktop-desktop-entry", "freedesktop-icons", "futures", @@ -968,8 +968,8 @@ name = "cosmic-applet-workspaces" version = "0.1.0" dependencies = [ "anyhow", - "cosmic-client-toolkit 0.1.0 (git+https://github.com/pop-os/cosmic-protocols?rev=5faec87)", - "cosmic-protocols 0.1.0 (git+https://github.com/pop-os/cosmic-protocols?rev=5faec87)", + "cosmic-client-toolkit", + "cosmic-protocols", "futures", "i18n-embed 0.13.9", "i18n-embed-fl 0.6.7", @@ -982,22 +982,12 @@ dependencies = [ "xdg", ] -[[package]] -name = "cosmic-client-toolkit" -version = "0.1.0" -source = "git+https://github.com/pop-os/cosmic-protocols?rev=5faec87#5faec87be0a1fd1d72e99431ac8e6647ff1dfd41" -dependencies = [ - "cosmic-protocols 0.1.0 (git+https://github.com/pop-os/cosmic-protocols?rev=5faec87)", - "smithay-client-toolkit 0.18.0", - "wayland-client 0.31.1", -] - [[package]] name = "cosmic-client-toolkit" version = "0.1.0" source = "git+https://github.com/pop-os/cosmic-protocols?rev=c1b6516#c1b651630c2b71cd8dfd2eb4ab47ede9dbd63840" dependencies = [ - "cosmic-protocols 0.1.0 (git+https://github.com/pop-os/cosmic-protocols?rev=c1b6516)", + "cosmic-protocols", "smithay-client-toolkit 0.18.0", "wayland-client 0.31.1", ] @@ -1087,19 +1077,6 @@ dependencies = [ "xdg-shell-wrapper-config", ] -[[package]] -name = "cosmic-protocols" -version = "0.1.0" -source = "git+https://github.com/pop-os/cosmic-protocols?rev=5faec87#5faec87be0a1fd1d72e99431ac8e6647ff1dfd41" -dependencies = [ - "bitflags 2.4.1", - "wayland-backend 0.3.2", - "wayland-client 0.31.1", - "wayland-protocols 0.31.0", - "wayland-scanner 0.31.0", - "wayland-server", -] - [[package]] name = "cosmic-protocols" version = "0.1.0" @@ -3076,7 +3053,7 @@ source = "git+https://github.com/pop-os/libcosmic#a9df1667409844bbc333623705830c dependencies = [ "apply", "ashpd", - "cosmic-client-toolkit 0.1.0 (git+https://github.com/pop-os/cosmic-protocols?rev=c1b6516)", + "cosmic-client-toolkit", "cosmic-config", "cosmic-panel-config", "cosmic-settings-daemon", diff --git a/Cargo.toml b/Cargo.toml index 27cbae5f..fbcebe78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,10 +19,10 @@ members = [ resolver = "2" [workspace.dependencies] -cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "5faec87" } +cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "c1b6516" } cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", default-features = false, features = [ "client", -], rev = "5faec87" } +], rev = "c1b6516" } cosmic-time = { git = "https://github.com/pop-os/cosmic-time", default-features = false, features = [ "libcosmic", "once_cell",