From 375fcf87f8226afa5bed08ed81d39cc5c59d20b3 Mon Sep 17 00:00:00 2001 From: denobot Date: Thu, 7 Mar 2024 17:19:43 +0000 Subject: [PATCH] 0.14.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8fbb97f..ffa4bb3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -64,7 +64,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "deno_config" -version = "0.13.0" +version = "0.14.0" dependencies = [ "anyhow", "glob", diff --git a/Cargo.toml b/Cargo.toml index efba1ea..6424e6d 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.13.0" +version = "0.14.0" edition = "2021" authors = ["the Deno authors"] license = "MIT"