From 23f51eb150e1cd5ecabb1793cb68d9b7cc9333ce Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Fri, 28 Mar 2025 17:00:40 +0100 Subject: [PATCH] chore: Update smithay --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b5dab12a..401c2ef1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4679,7 +4679,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "smithay" version = "0.5.0" -source = "git+https://github.com/smithay/smithay//?rev=8886e3b#8886e3b02d9f14048f43929c2d13305cbf205f4f" +source = "git+https://github.com/smithay/smithay//?rev=8d2cc3e#8d2cc3e4100e6dcfe710ceb502d96f53a8f634e2" dependencies = [ "aliasable", "appendlist", diff --git a/Cargo.toml b/Cargo.toml index 85a3f0fe..93d785a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -122,4 +122,4 @@ cosmic-protocols = { git = "https://github.com/pop-os//cosmic-protocols", rev = 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 = "8886e3b" } +smithay = { git = "https://github.com/smithay/smithay//", rev = "8d2cc3e" }