From 0955e3028a3d1882ca3add36b9d9582f274f8a72 Mon Sep 17 00:00:00 2001 From: denobot Date: Wed, 24 Apr 2024 18:56:00 +0000 Subject: [PATCH] 0.74.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 052753554..07837c82f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -308,7 +308,7 @@ dependencies = [ [[package]] name = "deno_graph" -version = "0.73.1" +version = "0.74.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 73658cbe4..01fd68169 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_graph" -version = "0.73.1" +version = "0.74.0" edition = "2021" description = "Module graph analysis for deno" homepage = "https://deno.land/"