From c88b137f96f1d9c11aab83a1672ed1a7d706d8f7 Mon Sep 17 00:00:00 2001 From: denobot Date: Mon, 27 May 2024 23:25:34 +0000 Subject: [PATCH] v0.70.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e605f09..8307ca4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -633,7 +633,7 @@ dependencies = [ [[package]] name = "eszip" -version = "0.70.0" +version = "0.70.1" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index a4bc2e5..283679e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eszip" -version = "0.70.0" +version = "0.70.1" authors = ["the Deno authors"] edition = "2021" repository = "https://github.com/denoland/eszip"