summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMalo <57839069+MDLC01@users.noreply.github.com>2025-04-02 11:41:45 +0200
committerGitHub <noreply@github.com>2025-04-02 09:41:45 +0000
commit417f5846b68777b8a4d3b9336761bd23c48a26b5 (patch)
tree55a9b9f968b5c70bb80f9964148f493d6f213918 /Cargo.lock
parent12699eb7f415bdba6797c84e3e7bf44dde75bdf9 (diff)
Support comparison functions in `array.sorted` (#5627)
Co-authored-by: +merlan #flirora <uruwi@protonmail.com> Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c13c6481..f9c0cb18 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -914,6 +914,12 @@ dependencies = [
]
[[package]]
+name = "glidesort"
+version = "0.1.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f2e102e6eb644d3e0b186fc161e4460417880a0a0b87d235f2e5b8fb30f2e9e0"
+
+[[package]]
name = "half"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3052,6 +3058,7 @@ dependencies = [
"ecow",
"flate2",
"fontdb",
+ "glidesort",
"hayagriva",
"icu_properties",
"icu_provider",