From 8e1d2fe283dc9a32ad894907715b1ee284156508 Mon Sep 17 00:00:00 2001 From: denobot Date: Fri, 10 Nov 2023 15:14:46 +0000 Subject: [PATCH] 0.6.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5de63f4..f96135b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "deno_config" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index d49af38..1120555 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.5.0" +version = "0.6.0" edition = "2021" authors = ["the Deno authors"] license = "MIT"