From e55777568ef7c06a705fab37febca8834d1aa8c4 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 21 Mar 2024 09:43:17 -0700 Subject: feat: deno_task_shell 0.15 (#23019) * feat: implement exit status var (https://github.com/denoland/deno_task_shell/pull/110) * feat: support input redirects (https://github.com/denoland/deno_task_shell/pull/106) * feat: support output fd redirects for stdout and stderr (https://github.com/denoland/deno_task_shell/pull/111) * feat: support parsing fd redirects (https://github.com/denoland/deno_task_shell/pull/107) * fix: exit error code on arg parse failure (https://github.com/denoland/deno_task_shell/pull/112) Closes #22989 --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/Cargo.toml') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 275c618e9..a0d46ebc2 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -74,7 +74,7 @@ deno_lockfile.workspace = true deno_npm = "=0.17.0" deno_runtime = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_semver = "=0.5.4" -deno_task_shell = "=0.14.3" +deno_task_shell = "=0.15.0" deno_terminal.workspace = true eszip = "=0.64.2" napi_sym.workspace = true -- cgit v1.2.3