Skip to content

Commit 9626c48

Browse files
authored
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 denoland/deno_task_shell#80 for details).
1 parent a7e25b8 commit 9626c48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ deno_graph = "=0.45.0"
4848
deno_lint = { version = "0.43.0", features = ["docs"] }
4949
deno_lockfile.workspace = true
5050
deno_runtime = { workspace = true, features = ["dont_create_runtime_snapshot", "include_js_files_for_snapshotting"] }
51-
deno_task_shell = "0.10.0"
51+
deno_task_shell = "0.11.0"
5252
napi_sym.workspace = true
5353

5454
async-trait.workspace = true

0 commit comments

Comments
 (0)