From 1e774c9c045c04e352dfa0783b7e2d473a959a93 Mon Sep 17 00:00:00 2001 From: denobot Date: Thu, 18 Apr 2024 21:53:29 +0000 Subject: [PATCH] 0.73.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21fb1110b..00b293994 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -287,7 +287,7 @@ dependencies = [ [[package]] name = "deno_graph" -version = "0.72.0" +version = "0.73.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index c67f2a9df..aae4ba63f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_graph" -version = "0.72.0" +version = "0.73.0" edition = "2021" description = "Module graph analysis for deno" homepage = "https://deno.land/"