From f6dc80301527de9aeacc08e294af4be08d97e9bb Mon Sep 17 00:00:00 2001 From: denobot Date: Tue, 25 Jun 2024 23:35:50 +0000 Subject: [PATCH] v0.72.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9af8f6e..43d7a4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -633,7 +633,7 @@ dependencies = [ [[package]] name = "eszip" -version = "0.71.0" +version = "0.72.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index a6d7267..01a1249 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eszip" -version = "0.71.0" +version = "0.72.0" authors = ["the Deno authors"] edition = "2021" repository = "https://github.com/denoland/eszip"