From e94377f4de6b7a9a3b5bc8f874cc56b08d89d4df Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Tue, 3 Jun 2025 15:38:44 +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 4d155c5f..ff0eb732 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4730,7 +4730,7 @@ checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" [[package]] name = "smithay" version = "0.6.0" -source = "git+https://github.com/smithay/smithay.git?rev=bc19fd6#bc19fd67675268a08c05105e3b099d9aa2bebd02" +source = "git+https://github.com/smithay/smithay.git?rev=776ba42#776ba424423584400e76317e688b160546e68ca7" dependencies = [ "aliasable", "appendlist", diff --git a/Cargo.toml b/Cargo.toml index bdd3530a..a364e313 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,4 +124,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 = "bc19fd6" } +smithay = { git = "https://github.com/smithay/smithay.git", rev = "776ba42" }