From e15f124fbfde4998238daa4a3cd916b697a1ec30 Mon Sep 17 00:00:00 2001 From: Soma Nakamura Date: Thu, 24 Jul 2025 04:47:56 +0900 Subject: [PATCH] version up! --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0376d9f..6cafc77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "marisa-rs" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Safe Rust wrapper for the marisa-trie C++ library" license = "LGPL-2.1-or-later"