From 88c83d79168da514dfbf9ae62069536416578aab Mon Sep 17 00:00:00 2001 From: denobot Date: Wed, 29 May 2024 17:32:45 +0000 Subject: [PATCH] 0.77.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff8e0cee7..be42653c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -320,7 +320,7 @@ dependencies = [ [[package]] name = "deno_graph" -version = "0.77.1" +version = "0.77.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 688f9bb75..99d8bf2de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_graph" -version = "0.77.1" +version = "0.77.2" edition = "2021" description = "Module graph analysis for deno" homepage = "https://deno.land/"