summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorYusuke Tanaka <yusuktan@maguro.dev>2023-04-06 11:53:44 +0900
committerGitHub <noreply@github.com>2023-04-06 11:53:44 +0900
commit9626c48a018dc505b6c7b9c0c6632f8c45724ebe (patch)
treee3884c9e7cfb9c8b7da7c83fa24da73551401016 /cli
parenta7e25b812616e1a8a811de281ab73ff55586e4ca (diff)
feat(task): introduce built-in `unset` command to `deno task` (#18606)
This introduces a new built-in `unset` command to `deno task` by bumping deno_task_shell to the latest version 0.11.0. Also this includes a fix on how `deno task` handles empty environment variables (see https://github.com/denoland/deno_task_shell/pull/80 for details).
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index b45211584..873a088d9 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -48,7 +48,7 @@ deno_graph = "=0.45.0"
deno_lint = { version = "0.43.0", features = ["docs"] }
deno_lockfile.workspace = true
deno_runtime = { workspace = true, features = ["dont_create_runtime_snapshot", "include_js_files_for_snapshotting"] }
-deno_task_shell = "0.10.0"
+deno_task_shell = "0.11.0"
napi_sym.workspace = true
async-trait.workspace = true