From 257784ebc86936586c99759927eb4eed9ae4e08a Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Thu, 20 Feb 2025 16:02:15 +0100 Subject: [PATCH] chore: Upgrade cctk/cosmic-protocols --- Cargo.lock | 17 ++++++++++------- Cargo.toml | 4 ++++ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f737034..85e197fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1112,7 +1112,10 @@ dependencies = [ name = "cosmic-applet-a11y" version = "0.1.0" dependencies = [ + "anyhow", + "cosmic-client-toolkit", "cosmic-dbus-a11y", + "cosmic-protocols", "cosmic-time", "i18n-embed", "i18n-embed-fl", @@ -1392,7 +1395,7 @@ dependencies = [ [[package]] name = "cosmic-client-toolkit" version = "0.1.0" -source = "git+https://github.com/pop-os/cosmic-protocols?rev=178eb0b#178eb0b14a0e5c192f64f6dee6c40341a8e5ee51" +source = "git+https://github.com/pop-os//cosmic-protocols?rev=ed2a481#ed2a48143cd6dc63274aa04461de3d341e50b16b" dependencies = [ "cosmic-protocols", "libc", @@ -1531,7 +1534,7 @@ dependencies = [ [[package]] name = "cosmic-protocols" version = "0.1.0" -source = "git+https://github.com/pop-os/cosmic-protocols?rev=178eb0b#178eb0b14a0e5c192f64f6dee6c40341a8e5ee51" +source = "git+https://github.com/pop-os//cosmic-protocols?rev=ed2a481#ed2a48143cd6dc63274aa04461de3d341e50b16b" dependencies = [ "bitflags 2.8.0", "wayland-backend", @@ -2145,7 +2148,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -3945,7 +3948,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -5529,7 +5532,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -6054,7 +6057,7 @@ dependencies = [ "getrandom 0.3.1", "once_cell", "rustix 0.38.44", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -6993,7 +6996,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 5ca7a45e..e6dd91f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,3 +84,7 @@ ignored = ["libcosmic"] # winit = { path = "../winit" } [patch."https://github.com/smithay/client-toolkit.git"] sctk = { package = "smithay-client-toolkit", version = "=0.19.2" } + +[patch."https://github.com/pop-os/cosmic-protocols"] +cctk = { git = "https://github.com/pop-os//cosmic-protocols", package = "cosmic-client-toolkit", rev = "ed2a481" } +cosmic-protocols = { git = "https://github.com/pop-os//cosmic-protocols", rev = "ed2a481" }