From 4d166e638f387db45d9ae1fe967db6a18ff7cc03 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 25 Oct 2022 21:14:08 -0400 Subject: feat(task): support `sleep` suffixes (#16425) Co-authored-by: sigmaSd --- 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 79f9b8876..0ca266702 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -57,7 +57,7 @@ deno_emit = "0.10.0" deno_graph = "0.37.1" deno_lint = { version = "0.34.0", features = ["docs"] } deno_runtime = { version = "0.81.0", path = "../runtime" } -deno_task_shell = "0.6.0" +deno_task_shell = "0.7.0" napi_sym = { path = "./napi_sym", version = "0.3.0" } atty = "=0.2.14" -- cgit v1.2.3