From ef5fedfd7d8fb7eb473c36db4807c7cfc7e1e590 Mon Sep 17 00:00:00 2001 From: denobot Date: Sat, 5 Aug 2023 17:48:05 +0000 Subject: [PATCH] 0.13.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6cc728..ee9a7ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -44,7 +44,7 @@ dependencies = [ [[package]] name = "deno_task_shell" -version = "0.13.1" +version = "0.13.2" dependencies = [ "anyhow", "futures", diff --git a/Cargo.toml b/Cargo.toml index 5c7efb7..73096f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_task_shell" -version = "0.13.1" +version = "0.13.2" authors = ["the Deno authors"] documentation = "https://docs.rs/deno_task_shell" edition = "2021"