From 96cbaad7b7e742bc2ec253ed01d5f63d20938701 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Thu, 13 Mar 2025 13:28:23 -0700 Subject: [PATCH] Update `smithay` --- Cargo.lock | 2 +- Cargo.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index e9d30900..614dee5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4672,7 +4672,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "smithay" version = "0.5.0" -source = "git+https://github.com/smithay/smithay?rev=a503d98#a503d981d1be9a54b286ab5e160e4b9edddb500f" +source = "git+https://github.com/smithay/smithay//?rev=796c41c#796c41c0294ccc195b0f59228d6467cc6c8f5de8" dependencies = [ "aliasable", "appendlist", diff --git a/Cargo.toml b/Cargo.toml index cb22d7db..7811025d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,3 +118,6 @@ lto = "fat" [patch."https://github.com/pop-os/cosmic-protocols"] cosmic-protocols = { git = "https://github.com/pop-os//cosmic-protocols", rev = "e706814" } cosmic-client-toolkit = { git = "https://github.com/pop-os//cosmic-protocols", rev = "e706814" } + +[patch."https://github.com/smithay/smithay"] +smithay = { git = "https://github.com/smithay/smithay//", rev = "796c41c" }