From 7bda4cfb93051fad56fd7034b10669f5cfb862a9 Mon Sep 17 00:00:00 2001 From: abbycin Date: Fri, 2 Jan 2026 15:03:12 +0800 Subject: [PATCH] support mace 0.0.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2128560..10a2b56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -mace-kv = { git = "https://github.com/abbycin/mace" } +mace-kv = "0.0.23" clap = { version = "4.5.48", features = ["derive"] } rand = "0.9.2" log = "0.4.22"