From 9d36eaea0e17074040d7dd4e63b82c0b35fba690 Mon Sep 17 00:00:00 2001 From: abbycin Date: Thu, 23 Apr 2026 20:56:56 +0800 Subject: [PATCH] bump mace version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ea7eeb..d1df6bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -mace-kv = "0.0.28" +mace-kv = "0.0.29" clap = { version = "4.5.48", features = ["derive"] } rand = "0.9.2" log = "0.4.22"