From 8b50d79c526d173734605bf2daf83c18a78ac564 Mon Sep 17 00:00:00 2001 From: denobot Date: Mon, 23 Sep 2024 15:00:48 +0000 Subject: [PATCH] 0.35.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91376b0..be496d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -72,7 +72,7 @@ checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" [[package]] name = "deno_config" -version = "0.34.3" +version = "0.35.0" dependencies = [ "anyhow", "deno_package_json", diff --git a/Cargo.toml b/Cargo.toml index 5aea3fb..6f0353a 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.34.3" +version = "0.35.0" edition = "2021" authors = ["the Deno authors"] license = "MIT"