From 4d53ec83d1c0e466bb5487be3f8454b099a01a8a Mon Sep 17 00:00:00 2001 From: Slavik Date: Tue, 6 Feb 2024 09:56:13 +0000 Subject: [PATCH] chore: Release supercluster version 1.0.16 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af1c410..e5193ec 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.15" +version = "1.0.16" edition = "2021" license = "MIT" readme = "README.md"