diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-10-03 14:07:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-03 13:07:12 +0000 |
commit | 91860b34f52e498913e69bef3fc734fdf1ff817c (patch) | |
tree | b04f72f91c0d6fd69cc472398b42b418c08cac47 /cli/Cargo.toml | |
parent | 54467015e0017a7a5fe9dd56eb21458325e2f3e9 (diff) |
fix(task): use current executable for deno even when not named deno (#26019)
Closes https://github.com/denoland/deno/issues/26005
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 0a4dd78ff..e0a4b4e7c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -77,7 +77,7 @@ deno_path_util.workspace = true deno_resolver.workspace = true deno_runtime = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_semver.workspace = true -deno_task_shell = "=0.17.0" +deno_task_shell = "=0.18.1" deno_terminal.workspace = true eszip = "=0.79.1" libsui = "0.4.0" |