From 1e1c66e2ee4ad1975811c843ace47b340aea6126 Mon Sep 17 00:00:00 2001 From: Nail Sharipov Date: Wed, 29 Jul 2026 11:34:35 +0300 Subject: [PATCH] up key_sort dep --- iOverlay/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iOverlay/Cargo.toml b/iOverlay/Cargo.toml index 5dce7d6..7b8141e 100644 --- a/iOverlay/Cargo.toml +++ b/iOverlay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "i_overlay" -version = "7.0.2" +version = "7.0.3" authors = ["Nail Sharipov "] edition = "2024" rust-version = "1.88" @@ -15,7 +15,7 @@ categories = ["algorithms", "graphics", "science::geo", "mathematics", "no-std"] i_float = { version = "^3.0.0" } i_shape = { version = "^3.0.0" } i_tree = { version = "^0.19.0" } -i_key_sort = { version = "^0.10.3" } +i_key_sort = { version = "^0.11.0" } #i_float = { path = "../../iFloat"} #i_shape = { path = "../../iShape"}