From 37c10fb044ef001d65bdfee492b5c61e6fd26d18 Mon Sep 17 00:00:00 2001 From: oiwn Date: Fri, 6 Mar 2026 01:47:39 +0700 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 04daf21..1113545 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "probabilistic-rs" -version = "0.6.2" +version = "0.6.3" edition = "2024" authors = ["oiwn"] description = "Probabilistic data structures in Rust"