Skip to content

Commit

Permalink
feat(task): support sleep suffixes (denoland#16425)
Browse files Browse the repository at this point in the history
Co-authored-by: sigmaSd <[email protected]>
  • Loading branch information
dsherret and sigmaSd authored Oct 26, 2022
1 parent ab0c33e commit 4d166e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4d166e6

Please sign in to comment.