From c0da1b4c7699b98136b87127afc1660d91459317 Mon Sep 17 00:00:00 2001 From: denobot Date: Tue, 26 Nov 2024 17:35:12 +0000 Subject: [PATCH] 0.86.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 097b6bfc..f14d53cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -381,7 +381,7 @@ dependencies = [ [[package]] name = "deno_graph" -version = "0.86.1" +version = "0.86.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index d226c25d..175bacd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_graph" -version = "0.86.1" +version = "0.86.2" edition = "2021" description = "Module graph analysis for deno" homepage = "https://deno.land/"