From 728ed493b9e012504d37a112cf7836878c64c78c Mon Sep 17 00:00:00 2001 From: Lionel DARNIS Date: Sat, 4 Jul 2026 11:30:33 +0200 Subject: [PATCH] chore: sync lockfile with rebased local dep versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Leyoda 2026 – GPLv3 --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 827d5e8..2f113ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1885,10 +1885,6 @@ dependencies = [ "winnow", ] -[[patch.unused]] -name = "smithay-clipboard" -version = "0.8.0" - [[patch.unused]] name = "dpi" version = "0.1.2" @@ -1937,6 +1933,10 @@ version = "0.31.0-beta.2" name = "winit-x11" version = "0.31.0-beta.2" +[[patch.unused]] +name = "smithay-clipboard" +version = "0.8.0" + [[patch.unused]] name = "cosmic-freedesktop-icons" version = "0.4.0"