diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-10-25 21:14:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 21:14:08 -0400 |
commit | 4d166e638f387db45d9ae1fe967db6a18ff7cc03 (patch) | |
tree | ea5ff7e06002340e8b1d2efdd2912f7484d67d60 /cli | |
parent | ab0c33ebf83f25b526f732e3e07de5e75a6e69bb (diff) |
feat(task): support `sleep` suffixes (#16425)
Co-authored-by: sigmaSd <sigmasd@users.noreply.github.com>
Diffstat (limited to 'cli')
-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 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" |