From 91860b34f52e498913e69bef3fc734fdf1ff817c Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 3 Oct 2024 14:07:12 +0100 Subject: fix(task): use current executable for deno even when not named deno (#26019) Closes https://github.com/denoland/deno/issues/26005 --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 0a4dd78ff..e0a4b4e7c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -77,7 +77,7 @@ deno_path_util.workspace = true deno_resolver.workspace = true deno_runtime = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_semver.workspace = true -deno_task_shell = "=0.17.0" +deno_task_shell = "=0.18.1" deno_terminal.workspace = true eszip = "=0.79.1" libsui = "0.4.0" -- cgit v1.2.3