chore: add rust-toolchain to enforce 1.93

This commit is contained in:
Vukašin Vojinović 2026-05-02 18:35:29 +02:00 committed by Michael Murphy
parent 12e449e050
commit cd729d045b
7 changed files with 9 additions and 6 deletions

View file

@ -1,6 +1,6 @@
use cosmic::iced::advanced::widget::{Id, Operation, Tree, tree};
use cosmic::iced::advanced::{Clipboard, Layout, Shell, Widget, layout, mouse, overlay, renderer};
use cosmic::iced::event::{self, Event};
use cosmic::iced::event::Event;
use cosmic::iced::{Length, Rectangle, Size, Vector};
use std::marker::PhantomData;