From 3593ec726a8bfc7702ffdcbff673cbbb99cae701 Mon Sep 17 00:00:00 2001 From: denobot Date: Wed, 2 Oct 2024 13:28:54 +0000 Subject: [PATCH] 0.37.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fbe8f49..8a6728b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -72,7 +72,7 @@ checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" [[package]] name = "deno_config" -version = "0.37.0" +version = "0.37.1" dependencies = [ "anyhow", "deno_package_json", diff --git a/Cargo.toml b/Cargo.toml index 8059da9..2b9c5e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "deno_config" description = "Config file implementation for the Deno CLI" -version = "0.37.0" +version = "0.37.1" edition = "2021" authors = ["the Deno authors"] license = "MIT"