From a7c93a9817998301c1e2cc61131e8d81ecd05c3f Mon Sep 17 00:00:00 2001 From: denobot Date: Thu, 2 May 2024 17:10:04 +0000 Subject: [PATCH] 0.74.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4fe354167..8e045c18a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -308,7 +308,7 @@ dependencies = [ [[package]] name = "deno_graph" -version = "0.74.3" +version = "0.74.4" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 21409dfed..bd3c76da2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_graph" -version = "0.74.3" +version = "0.74.4" edition = "2021" description = "Module graph analysis for deno" homepage = "https://deno.land/"