From 8b9a8ee57f5ac511dbc6273e9175f24ad8f1a020 Mon Sep 17 00:00:00 2001 From: denobot Date: Fri, 16 Feb 2024 13:57:25 +0000 Subject: [PATCH] 0.66.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c8eb3bfc5..7b1b09a23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -261,7 +261,7 @@ dependencies = [ [[package]] name = "deno_graph" -version = "0.66.1" +version = "0.66.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 058a4e678..9f24a33e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_graph" -version = "0.66.1" +version = "0.66.2" edition = "2021" description = "Module graph analysis for deno" homepage = "https://deno.land/"