From 595af03a9f1806f1052685081e50909d596dcdc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Thu, 11 Dec 2025 05:57:32 +0100 Subject: [PATCH] Bump `iced_widget` to `0.14.2` --- Cargo.lock | 2 +- widget/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca3bd07b..8b65d213 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2562,7 +2562,7 @@ dependencies = [ [[package]] name = "iced_widget" -version = "0.14.1" +version = "0.14.2" dependencies = [ "iced_highlighter", "iced_renderer", diff --git a/widget/Cargo.toml b/widget/Cargo.toml index 3ae656c2..aa987c2c 100644 --- a/widget/Cargo.toml +++ b/widget/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "iced_widget" description = "The built-in widgets for iced" -version = "0.14.1" +version = "0.14.2" edition.workspace = true authors.workspace = true license.workspace = true