From 7bd02bb652392ee71de988e10414c405228a040c Mon Sep 17 00:00:00 2001 From: abbycin Date: Thu, 5 Feb 2026 10:05:53 +0800 Subject: [PATCH] 0.0.25 support --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 46d107d..c67cb96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -mace-kv = "0.0.24" +mace-kv = "0.0.25" clap = { version = "4.5.48", features = ["derive"] } rand = "0.9.2" log = "0.4.22"