From 92d5fda4ced3b42995bd1cb6417cc69d7742fc5c Mon Sep 17 00:00:00 2001 From: denobot Date: Fri, 25 Oct 2024 19:20:38 +0000 Subject: [PATCH] 0.83.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b55bdde5..8a5b16cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -381,7 +381,7 @@ dependencies = [ [[package]] name = "deno_graph" -version = "0.83.3" +version = "0.83.4" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 69f1fc91..f879f7ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_graph" -version = "0.83.3" +version = "0.83.4" edition = "2021" description = "Module graph analysis for deno" homepage = "https://deno.land/"