From ec36104cd95d4746e11900d5d91d5d00689006e0 Mon Sep 17 00:00:00 2001 From: Christian Duvholt Date: Sun, 10 Aug 2025 20:35:05 +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 077f78da..0e3a9353 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4743,7 +4743,7 @@ checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" [[package]] name = "smithay" version = "0.7.0" -source = "git+https://github.com/smithay/smithay.git?rev=7a4f80b#7a4f80bdcf467d384eece1ced844674a25260dad" +source = "git+https://github.com/smithay/smithay.git?rev=436d82a#436d82a4f72eab525fd634409f8c7a329b28bfb7" dependencies = [ "aliasable", "appendlist", diff --git a/Cargo.toml b/Cargo.toml index e999f548..569c9d99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -125,4 +125,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 = "7a4f80b" } +smithay = { git = "https://github.com/smithay/smithay.git", rev = "436d82a" }