From 66b9187a2dd2ea96e760b9bcd81a578dd338147d Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 2 May 2022 12:25:10 -0400 Subject: feat(unstable/task): resolve the current executable for the deno command (#14462) Closes #14427 --- 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 5510f5b87..c673dd3d3 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -51,7 +51,7 @@ deno_doc = "0.34.0" deno_graph = "0.26.0" deno_lint = { version = "0.29.0", features = ["docs"] } deno_runtime = { version = "0.58.0", path = "../runtime" } -deno_task_shell = "0.2.1" +deno_task_shell = "0.3.0" atty = "=0.2.14" base64 = "=0.13.0" -- cgit v1.2.3