chore: bump MSRV to 1.90

This commit is contained in:
Vukašin Vojinović 2025-12-19 18:59:31 +01:00 committed by Victoria Brekenfeld
parent b1a4c3194a
commit bb05037db2
7 changed files with 10 additions and 40 deletions

View file

@ -3,7 +3,6 @@
pub mod env;
mod ids;
pub(crate) use self::ids::id_gen;
pub mod float;
pub mod geometry;
pub mod iced;
pub mod prelude;