From b6393e507a1e2483d26955952827161ef61ef437 Mon Sep 17 00:00:00 2001 From: denobot Date: Mon, 2 Dec 2024 15:18:24 +0000 Subject: [PATCH] 0.26.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ccda72..a89bae2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -117,7 +117,7 @@ dependencies = [ [[package]] name = "deno_npm" -version = "0.25.5" +version = "0.26.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index f278d35..095d6ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_npm" -version = "0.25.5" +version = "0.26.0" edition = "2021" description = "npm registry client and dependency resolver used in the Deno CLI" homepage = "https://deno.land/"