From daf9756127a92f6682c4fdbc7d7047eb3a1586b6 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 27 Oct 2023 23:15:00 -0400 Subject: feat(task): add `head` command (#20998) Adds a built-in `head` command to deno task: https://github.com/denoland/deno_task_shell/pull/93 --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') 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 -- cgit v1.2.3