From c17543169a4424de5af3b0808f5573fc7aeaa20f Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Thu, 3 Apr 2025 18:11:11 +0200 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 401c2ef1..b41b12a8 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=8d2cc3e#8d2cc3e4100e6dcfe710ceb502d96f53a8f634e2" +source = "git+https://github.com/smithay/smithay//?rev=657170c#657170c1c1995f13bde81ced508b47defa4af8ec" dependencies = [ "aliasable", "appendlist", diff --git a/Cargo.toml b/Cargo.toml index 93d785a7..dab13867 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 = "8d2cc3e" } +smithay = { git = "https://github.com/smithay/smithay//", rev = "657170c" }