From acc493908b81ba9f1844dd29b2eef1e08aac41b0 Mon Sep 17 00:00:00 2001 From: Slavik Date: Mon, 6 Nov 2023 11:16:14 +0100 Subject: [PATCH] chore: Release 1.0.6 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index abda8b0..8b11167 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "supercluster" description = "A very fast Rust crate for geospatial point clustering" -version = "1.0.5" +version = "1.0.6" edition = "2021" license = "MIT" readme = "README.md" authors = ["Chargetrip "] keywords = ["supercluster", "geospatial", "geo", "tile", "mvt"] exclude = [".github/**"] -documentation = "https://docs.rs/supercluster/1.0.5" +documentation = "https://docs.rs/supercluster/1.0.6" repository = "https://github.com/chargetrip/supercluster-rust" [dependencies]