diff options
| author | Yusuke Tanaka <yusuktan@maguro.dev> | 2023-04-06 11:53:44 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-06 11:53:44 +0900 |
| commit | 9626c48a018dc505b6c7b9c0c6632f8c45724ebe (patch) | |
| tree | e3884c9e7cfb9c8b7da7c83fa24da73551401016 /Cargo.lock | |
| parent | a7e25b812616e1a8a811de281ab73ff55586e4ca (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 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 15275f911..5b1f42999 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1203,9 +1203,9 @@ dependencies = [ [[package]] name = "deno_task_shell" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7068bd49521a7b22dc6df8937097a7ac285ea320cbd78582b4155d31f0d5049" +checksum = "15deca0c59b55353c4a26c0259dd271c21eb72af106271c6459fd551c5f7bdef" dependencies = [ "anyhow", "futures", |
