From fc43b2542128f0e11e9d63fbe2e5e89756bf0500 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Fri, 21 Mar 2025 20:17:51 +0100 Subject: [PATCH] chore: Update cosmic-protocols --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 614dee5e..3b442673 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -786,7 +786,7 @@ dependencies = [ [[package]] name = "cosmic-client-toolkit" version = "0.1.0" -source = "git+https://github.com/pop-os//cosmic-protocols?rev=e706814#e706814a5c30fac6382b2306c40067496f2c03c2" +source = "git+https://github.com/pop-os//cosmic-protocols?rev=ee0d46f#ee0d46f4b7e1508011a98225f14c4a0528ab2914" dependencies = [ "bitflags 2.8.0", "cosmic-protocols", @@ -907,7 +907,7 @@ dependencies = [ [[package]] name = "cosmic-protocols" version = "0.1.0" -source = "git+https://github.com/pop-os//cosmic-protocols?rev=e706814#e706814a5c30fac6382b2306c40067496f2c03c2" +source = "git+https://github.com/pop-os//cosmic-protocols?rev=ee0d46f#ee0d46f4b7e1508011a98225f14c4a0528ab2914" dependencies = [ "bitflags 2.8.0", "wayland-backend", diff --git a/Cargo.toml b/Cargo.toml index 7811025d..0587c209 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,8 +116,8 @@ inherits = "release" lto = "fat" [patch."https://github.com/pop-os/cosmic-protocols"] -cosmic-protocols = { git = "https://github.com/pop-os//cosmic-protocols", rev = "e706814" } -cosmic-client-toolkit = { git = "https://github.com/pop-os//cosmic-protocols", rev = "e706814" } +cosmic-protocols = { git = "https://github.com/pop-os//cosmic-protocols", rev = "ee0d46f" } +cosmic-client-toolkit = { git = "https://github.com/pop-os//cosmic-protocols", rev = "ee0d46f" } [patch."https://github.com/smithay/smithay"] smithay = { git = "https://github.com/smithay/smithay//", rev = "796c41c" }