From 1c74adf772bf3e25763a7a0759df784ec71c13f1 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Thu, 13 Nov 2025 16:34:17 +0100 Subject: [PATCH] chore: smithay update --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f95c8f4d..dc35880f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4961,7 +4961,7 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" [[package]] name = "smithay" version = "0.7.0" -source = "git+https://github.com/smithay/smithay.git?rev=d743e1a#d743e1a317fa0f01d1c4cadd96d277a1ec7b59d9" +source = "git+https://github.com/smithay/smithay.git?rev=15e3fcd#15e3fcde99deb1adfab4c63be0a06783b780e963" dependencies = [ "aliasable", "appendlist", diff --git a/Cargo.toml b/Cargo.toml index 1bc217b0..cee1f8bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -145,4 +145,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 = "d743e1a" } +smithay = { git = "https://github.com/smithay/smithay.git", rev = "15e3fcd" }