diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-03-15 21:24:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-15 21:24:07 -0400 |
| commit | 748aff1e946a057820f1cb219344baf44a870fc1 (patch) | |
| tree | cefe80350fda6c4dacf04fdb859d86c4febf9836 /Cargo.lock | |
| parent | a7bef54d3f5517e8fd7508d47b6f56616e858695 (diff) | |
feat(task): add unstable warning to `deno task` (#13966)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index e2d5a3e0b..26a8e10ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1079,9 +1079,9 @@ dependencies = [ [[package]] name = "deno_task_shell" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fafb65c387677c45078adb3bb70503128cadd0ee94772167be4f7da8549434dc" +checksum = "b4b477c481d76502130fc5a212900fbe9da9520ad65c54c7e6a7cb129df082fb" dependencies = [ "anyhow", "futures", |
