summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-10-27 23:15:00 -0400
committerGitHub <noreply@github.com>2023-10-27 23:15:00 -0400
commitdaf9756127a92f6682c4fdbc7d7047eb3a1586b6 (patch)
tree45dad4c2d08bad0fdd9d172026e671f0e759d624 /cli
parente6ff84c9f90c7d151a7219ac6fa22d88ac2934fb (diff)
feat(task): add `head` command (#20998)
Adds a built-in `head` command to deno task: https://github.com/denoland/deno_task_shell/pull/93
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 5f5406254..bae8c4ab0 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -57,7 +57,7 @@ deno_lockfile.workspace = true
deno_npm = "0.15.2"
deno_runtime = { workspace = true, features = ["dont_create_runtime_snapshot", "exclude_runtime_main_js", "include_js_files_for_snapshotting"] }
deno_semver = "0.5.1"
-deno_task_shell = "=0.13.2"
+deno_task_shell = "=0.14.0"
eszip = "=0.55.2"
napi_sym.workspace = true