From efa61757142b3d699180b4b237d1a89b75d2f906 Mon Sep 17 00:00:00 2001 From: Hiroaki Yutani Date: Wed, 4 Sep 2024 18:10:35 +0900 Subject: [PATCH] Tweak --- savvy-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/savvy-cli/Cargo.toml b/savvy-cli/Cargo.toml index fe1145f9..c55b5b0f 100644 --- a/savvy-cli/Cargo.toml +++ b/savvy-cli/Cargo.toml @@ -19,7 +19,7 @@ clap = { version = "4", features = ["derive"] } async-process = "2" futures-lite = "2" -savvy-bindgen = { version = "0", path = "../savvy-bindgen", features = [ +savvy-bindgen = { version = "0.6.6", path = "../savvy-bindgen", features = [ "use_formatter", ] } dirs = "5"