From 3b975895bcc2921a8c7de4b2963730f946343267 Mon Sep 17 00:00:00 2001 From: denobot Date: Tue, 15 Oct 2024 18:06:56 +0000 Subject: [PATCH] 0.25.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3954bc3..ef49490 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -96,7 +96,7 @@ dependencies = [ [[package]] name = "deno_npm" -version = "0.25.3" +version = "0.25.4" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 2907836..12ff725 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_npm" -version = "0.25.3" +version = "0.25.4" edition = "2021" description = "npm registry client and dependency resolver used in the Deno CLI" homepage = "https://deno.land/"