From 7f4b3641b5c2aa2dfbb885760c49a25592001f4c Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Wed, 30 Jul 2025 08:18:06 -0700 Subject: [PATCH] Update `smithay` --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9cc5794c..abfe332b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4732,7 +4732,7 @@ checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" [[package]] name = "smithay" version = "0.7.0" -source = "git+https://github.com/smithay/smithay.git?rev=c03c373#c03c373e351243168a24dea695ba3e603c04392b" +source = "git+https://github.com/smithay/smithay.git?rev=1d05641#1d05641d72fd1d8ee077c969f956631502207c66" dependencies = [ "aliasable", "appendlist", diff --git a/Cargo.toml b/Cargo.toml index 899ff319..da39726f 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 = "c03c373" } +smithay = { git = "https://github.com/smithay/smithay.git", rev = "1d05641" }