Resolve cosmic-files warnings without masking

Parse text/uri-list according to the real clipboard format, make unsupported trash search explicit, and update the lockfile so the local cosmic-text patch is actually used instead of reported as unused.
This commit is contained in:
Votre Nom 2026-05-05 08:09:17 +02:00
parent 338354c4d0
commit d080bc85af
4 changed files with 17 additions and 12 deletions

8
Cargo.lock generated
View file

@ -1494,8 +1494,7 @@ dependencies = [
[[package]]
name = "cosmic-text"
version = "0.18.2"
source = "git+https://github.com/pop-os/cosmic-text.git#4d74f795cc771fdcc7ea0f9cacba63fcf036fad6"
version = "0.19.0"
dependencies = [
"bitflags 2.11.1",
"fontdb",
@ -1513,6 +1512,7 @@ dependencies = [
"unicode-linebreak",
"unicode-script",
"unicode-segmentation",
"unicode-width",
]
[[package]]
@ -9448,7 +9448,3 @@ dependencies = [
"syn",
"winnow 0.7.15",
]
[[patch.unused]]
name = "cosmic-text"
version = "0.19.0"