diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-03-21 09:43:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-21 16:43:17 +0000 |
| commit | e55777568ef7c06a705fab37febca8834d1aa8c4 (patch) | |
| tree | ca959d381ae779cf444d5088be7db623d777da5d /Cargo.lock | |
| parent | 976fa489fbd6ef1e74bea15f45a258c044c875fd (diff) | |
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
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index dca02eb2f..fd2a6d475 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1828,9 +1828,9 @@ dependencies = [ [[package]] name = "deno_task_shell" -version = "0.14.3" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc8ddb4362a79ef3d264df363eef77c25c976964132bf672b682c5816ebdcfd1" +checksum = "4721cc23c43e05a8dce807ed322320b3538ce9a60d131c50b2301b14c984a9d4" dependencies = [ "anyhow", "futures", |
