diff --git a/Cargo.lock b/Cargo.lock index 0b11dbd..853858f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -79,7 +79,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "deno_task_shell" -version = "0.17.0" +version = "0.18.0" dependencies = [ "anyhow", "futures", diff --git a/Cargo.toml b/Cargo.toml index 2fc7dde..775a84a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_task_shell" -version = "0.17.0" +version = "0.18.0" authors = ["the Deno authors"] documentation = "https://docs.rs/deno_task_shell" edition = "2021"