diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-05-23 12:04:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-23 12:04:28 -0400 |
| commit | 69be1f3cf7d11bb6b440f5d1e65988ed7c76f53d (patch) | |
| tree | 561a478ac1861ded4fe767c3f3bda0745d1d269c /Cargo.lock | |
| parent | 3c97bbe165ef0c5e4fa9b9eb637ff481d8c86884 (diff) | |
fix: deno task should actually use current exe for `deno` command (#14705)
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 6e9545de8..a6542fcc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1086,9 +1086,9 @@ dependencies = [ [[package]] name = "deno_task_shell" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9223e08fb55a947fba5aca83ed41adc3d3d61f6882795e4e0e960fd07cea79ca" +checksum = "c7a9169a6b8b1134f98642104ebf9bce4a33f89d4a5acabc7896090e21ef9dc1" dependencies = [ "anyhow", "futures", |
