From e7d5af7a955e68388e32945a5cf3fc7daa07ae53 Mon Sep 17 00:00:00 2001 From: denobot Date: Thu, 15 Aug 2024 21:20:30 +0000 Subject: [PATCH] 0.22.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8543799..652244b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,7 +95,7 @@ dependencies = [ [[package]] name = "deno_npm" -version = "0.21.4" +version = "0.22.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index ae2f214..b712bf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_npm" -version = "0.21.4" +version = "0.22.0" edition = "2021" description = "npm registry client and dependency resolver used in the Deno CLI" homepage = "https://deno.land/"