diff --git a/Cargo.toml b/Cargo.toml index d1df6bb..1e77ca6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -mace-kv = "0.0.29" +mace-kv = "*" clap = { version = "4.5.48", features = ["derive"] } rand = "0.9.2" log = "0.4.22"