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"