From e87bda83192f2c39d62d89f124e7d02e0de6aadc Mon Sep 17 00:00:00 2001 From: denobot Date: Thu, 18 Apr 2024 23:18:41 +0000 Subject: [PATCH] v0.68.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a11f47..ee06bc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -472,7 +472,7 @@ dependencies = [ [[package]] name = "eszip" -version = "0.67.0" +version = "0.68.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 75a2c9a..8e08631 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eszip" -version = "0.67.0" +version = "0.68.0" authors = ["the Deno authors"] edition = "2021" repository = "https://github.com/denoland/eszip"