From 55db691174d780ac372ec83acced159790ea50ae Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 18 May 2023 15:56:10 -0400 Subject: feat(task): glob expansion (#19084) This adds cross-platform glob expansion to deno task. --- 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 fb78731b4..b1da79b82 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -50,7 +50,7 @@ deno_lockfile.workspace = true deno_npm.workspace = true deno_runtime = { workspace = true, features = ["dont_create_runtime_snapshot", "include_js_files_for_snapshotting"] } deno_semver.workspace = true -deno_task_shell = "0.11.0" +deno_task_shell = "0.12.0" napi_sym.workspace = true async-trait.workspace = true -- cgit v1.2.3