Bump patch version of iced_widget

This commit is contained in:
Héctor Ramón Jiménez 2025-12-08 21:37:24 +01:00
parent 6fe7c2bdd5
commit 2db092ee87
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -2562,7 +2562,7 @@ dependencies = [
[[package]]
name = "iced_widget"
version = "0.14.0"
version = "0.14.1"
dependencies = [
"iced_highlighter",
"iced_renderer",

View file

@ -1,7 +1,7 @@
[package]
name = "iced_widget"
description = "The built-in widgets for iced"
version.workspace = true
version = "0.14.1"
edition.workspace = true
authors.workspace = true
license.workspace = true