From 11c6329ca5adb97fa868b517cd6ab746d783fe0b Mon Sep 17 00:00:00 2001 From: PSeitz Date: Wed, 9 Apr 2025 14:09:41 +0800 Subject: [PATCH] temp unbump version (#2501) temp unbump to 0.22 for easier release with `cargo release` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8f45f2a76..d2810560f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.23.0" +version = "0.22.0" authors = ["Paul Masurel "] license = "MIT" categories = ["database-implementations", "data-structures"]