From a63963643a56fb664c980149bc20d17484d9513c Mon Sep 17 00:00:00 2001 From: denobot Date: Tue, 26 Nov 2024 19:59:58 +0000 Subject: [PATCH] 0.86.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f553d3d8..79798285 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -418,7 +418,7 @@ dependencies = [ [[package]] name = "deno_graph" -version = "0.86.2" +version = "0.86.3" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 76608c76..23cdd7bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_graph" -version = "0.86.2" +version = "0.86.3" edition = "2021" description = "Module graph analysis for deno" homepage = "https://deno.land/"