From aa2fb31446ddf4ab7c33922b091a5acf0240735c Mon Sep 17 00:00:00 2001 From: Patrick Crumley Date: Tue, 12 Sep 2023 18:07:19 -0700 Subject: [PATCH] hopefully fix taplo compilation errors --- Makefile.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Makefile.toml b/Makefile.toml index 96b87d044..0f80f44f1 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -131,11 +131,9 @@ args = ["update", "stable"] [tasks.cargo-make-deps-update] dependencies = ["rustup-update"] -install_crate = { crate_name = "cargo-update", binary = "cargo-install-update", test_arg = [ - "-V", -], min_version = "7.0.1" } -command = "cargo" -args = ["install-update", "taplo-cli", "cargo-make"] +script = ''' +cargo install taplo-cli@0.8.1 --locked +''' [tasks.generate-common-constants-rs] script_runner = "@duckscript"