From d722a680406c494aedc0c36fae05a10aec854d4d Mon Sep 17 00:00:00 2001 From: Slavik Date: Thu, 9 Nov 2023 00:10:26 +0100 Subject: [PATCH] chore: Release supercluster version 1.0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7cb9c63..4cdce3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "supercluster" description = "A very fast Rust crate for geospatial point clustering" -version = "1.0.9" +version = "1.0.10" edition = "2021" license = "MIT" readme = "README.md"