From 2ef142ece3e5ff0e40d92b865c8232ee41961541 Mon Sep 17 00:00:00 2001 From: Pascal Seitz Date: Thu, 17 Jul 2025 11:22:19 +0800 Subject: [PATCH] bump to 0.22.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3580168e1..7d75cdf30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.22.0" +version = "0.22.1" authors = ["Paul Masurel "] license = "MIT" categories = ["database-implementations", "data-structures"]