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"