From 8c9048f7c666444564a113db4ba6b662feba8bb5 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Mon, 4 Aug 2025 17:10:54 +0200 Subject: [PATCH] chore: Update smithay --- Cargo.lock | 1 - Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aa67492a..d8149ff7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4743,7 +4743,6 @@ checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" [[package]] name = "smithay" version = "0.7.0" -source = "git+https://github.com/smithay/smithay.git?rev=1d05641#1d05641d72fd1d8ee077c969f956631502207c66" dependencies = [ "aliasable", "appendlist", diff --git a/Cargo.toml b/Cargo.toml index 229b42d6..e999f548 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 = "1d05641" } +smithay = { git = "https://github.com/smithay/smithay.git", rev = "7a4f80b" }