From fd39d55d85a8e582aa433401a5a3e5ed03bd5b87 Mon Sep 17 00:00:00 2001 From: denobot Date: Mon, 8 Jul 2024 13:19:09 +0000 Subject: [PATCH] 0.20.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eb7a67c..274d622 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -108,7 +108,7 @@ checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" [[package]] name = "deno_config" -version = "0.20.0" +version = "0.20.1" dependencies = [ "anyhow", "deno_semver", diff --git a/Cargo.toml b/Cargo.toml index bd94163..d22b742 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.20.0" +version = "0.20.1" edition = "2021" authors = ["the Deno authors"] license = "MIT"