From cd972b6d92172caa3ba767369aeaa08f525a8bcb Mon Sep 17 00:00:00 2001 From: denobot Date: Tue, 20 Aug 2024 16:29:43 +0000 Subject: [PATCH] 0.30.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 545506c..b3c3d63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -108,7 +108,7 @@ checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" [[package]] name = "deno_config" -version = "0.30.0" +version = "0.30.1" dependencies = [ "anyhow", "deno_package_json", diff --git a/Cargo.toml b/Cargo.toml index 10ed2b9..93ac36b 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.30.0" +version = "0.30.1" edition = "2021" authors = ["the Deno authors"] license = "MIT"