From a8bf4e70246a0c05ac204eb7731a8ce52f578fb5 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Wed, 20 Nov 2024 19:20:42 +0100 Subject: [PATCH] chore: Update cosmic-protocols --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d88afbf0..8e67035a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1540,7 +1540,7 @@ dependencies = [ [[package]] name = "cosmic-protocols" version = "0.1.0" -source = "git+https://github.com/pop-os/cosmic-protocols//?rev=bd65e0f2d55429954839c9e6c7bc5b0d198b85f0#bd65e0f2d55429954839c9e6c7bc5b0d198b85f0" +source = "git+https://github.com/pop-os/cosmic-protocols//?rev=27d70b6#27d70b6eb9c785a2a48341016f32a7b1ac4980ac" dependencies = [ "bitflags 2.6.0", "wayland-backend", diff --git a/Cargo.toml b/Cargo.toml index b58c59da..7bd4f063 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ lto = "thin" # smithay-client-toolkit = { git = "https://github.com/smithay/client-toolkit//", rev = "c583de8" } [patch.'https://github.com/pop-os/cosmic-protocols'] -cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols//", rev = "bd65e0f2d55429954839c9e6c7bc5b0d198b85f0" } +cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols//", rev = "27d70b6" } # For development and testing purposes # [patch.'https://github.com/pop-os/libcosmic']