From b807f506c0f08e89f8b6ad8f7f018a36d3811b7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Sun, 7 Dec 2025 21:00:47 +0100 Subject: [PATCH] Remove inconsistent period in `description` metadata --- selector/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selector/Cargo.toml b/selector/Cargo.toml index 3260e15f..ece5a63b 100644 --- a/selector/Cargo.toml +++ b/selector/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_selector" -description = "A set of abstractions for selecting data from the widget tree." +description = "A set of abstractions for selecting data from the widget tree" version.workspace = true authors.workspace = true edition.workspace = true