From 38a988cbd1d735627c7a476e6377f6c22632d4a7 Mon Sep 17 00:00:00 2001 From: Lionel DARNIS Date: Tue, 5 May 2026 16:45:49 +0200 Subject: [PATCH] yoda: cargo fix on cosmic-config + bump iced auto-fix commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cosmic-config: drop 1 unused import (Stream). iced submodule: bump to 8a7a32ff9 (~115 trivial warnings auto-fixed across iced_core / iced_widget / iced_runtime / iced_winit / iced_wgpu / iced_graphics / iced_tiny_skia). Leyoda 2026 – GPLv3 --- cosmic-config/src/subscription.rs | 2 +- iced | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cosmic-config/src/subscription.rs b/cosmic-config/src/subscription.rs index d16b9b6..8246a12 100644 --- a/cosmic-config/src/subscription.rs +++ b/cosmic-config/src/subscription.rs @@ -1,4 +1,4 @@ -use iced_futures::futures::{SinkExt, Stream}; +use iced_futures::futures::SinkExt; use iced_futures::{futures::channel::mpsc, stream}; use notify::RecommendedWatcher; use std::{borrow::Cow, hash::Hash}; diff --git a/iced b/iced index f388dfd..8a7a32f 160000 --- a/iced +++ b/iced @@ -1 +1 @@ -Subproject commit f388dfdfe47c2aa0c71bc89dae735993973c2ffb +Subproject commit 8a7a32ff927c210c7fee07c214834deccc9f8136