From 89bfaac014e401dfdd38c4f7e7141cfb9e7f9b01 Mon Sep 17 00:00:00 2001 From: denobot Date: Tue, 17 Dec 2024 02:45:25 +0000 Subject: [PATCH] v0.80.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7737307..669fc38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -672,7 +672,7 @@ dependencies = [ [[package]] name = "eszip" -version = "0.79.1" +version = "0.80.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 2698f0d..61093ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eszip" -version = "0.79.1" +version = "0.80.0" authors = ["the Deno authors"] edition = "2021" repository = "https://github.com/denoland/eszip"