From e581cbf05af618cffae2671e0c0f4ee2cbd8c735 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Wed, 25 Jun 2025 11:52:25 -0700 Subject: [PATCH] Update `smithay` --- Cargo.lock | 3 +-- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88d24a62..33f130c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4732,8 +4732,7 @@ checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" [[package]] name = "smithay" version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "740cea6927892bc182d5bf70c8f79806c8bc9f68f2fb96e55a30be171b63af98" +source = "git+https://github.com/smithay/smithay.git?rev=3017967#30179679619a317cd0f5a5d6496332fd3adcaba6" dependencies = [ "aliasable", "appendlist", diff --git a/Cargo.toml b/Cargo.toml index ec22b39f..d9c0adfd 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", branch = "a166cf4" } +smithay = { git = "https://github.com/smithay/smithay.git", rev = "3017967" }