From 1755c0a596b38c2887a999ef8f6b117c1f7c2012 Mon Sep 17 00:00:00 2001 From: jean-pierreBoth Date: Mon, 20 Jan 2025 10:16:14 +0100 Subject: [PATCH] better control msg on scale modification --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8836d8d..3b84890 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hnsw_rs" -version = "0.3.1" +version = "0.3.2" authors = ["jeanpierre.both@gmail.com"] description = "Ann based on Hierarchical Navigable Small World Graphs from Yu.A. Malkov and D.A Yashunin" license = "MIT/Apache-2.0"