From e5954de6cd7d229cfadbead7497879d6c4714e01 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Wed, 11 Mar 2026 19:48:27 -0700 Subject: [PATCH] Update `smithay` https://github.com/Smithay/smithay/pull/1960 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e01986b6..52c20767 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4943,7 +4943,7 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" [[package]] name = "smithay" version = "0.7.0" -source = "git+https://github.com/smithay/smithay.git?rev=da42569#da42569e7a0e1669acb1e15d96cbb500a27cb266" +source = "git+https://github.com/smithay/smithay.git?rev=e84a4ca#e84a4ca82d58d783839083bd48c4ab120715c4b6" dependencies = [ "aliasable", "appendlist", diff --git a/Cargo.toml b/Cargo.toml index b0cb2656..8b9d222e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,4 +148,4 @@ cosmic-protocols = { git = "https://github.com/pop-os//cosmic-protocols", branch cosmic-client-toolkit = { git = "https://github.com/pop-os//cosmic-protocols", branch = "main" } [patch.crates-io] -smithay = { git = "https://github.com/smithay/smithay.git", rev = "da42569" } +smithay = { git = "https://github.com/smithay/smithay.git", rev = "e84a4ca" }