diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-05-08 23:16:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-09 03:16:44 +0000 |
| commit | 263b6b971db60135e655914e7e33b8c26290a421 (patch) | |
| tree | 50cc9b1f17b3511cdb19de8bfbaddd0607422b09 /cli/Cargo.toml | |
| parent | 47f7bed677a6b72e873712de8f3988ea891710e4 (diff) | |
fix(task): regression where `npx <command>` sometimes couldn't find command (#23730)
Closes https://github.com/denoland/deno/issues/23724
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index c33a1599b..6d88c5614 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -75,7 +75,7 @@ deno_lockfile.workspace = true deno_npm = "=0.18.0" deno_runtime = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_semver = "=0.5.4" -deno_task_shell = "=0.16.0" +deno_task_shell = "=0.16.1" deno_terminal.workspace = true eszip = "=0.68.2" napi_sym.workspace = true |
