From 813485a86e165eb012c48df1199a0d64c20432a7 Mon Sep 17 00:00:00 2001 From: denobot Date: Wed, 29 May 2024 15:34:52 +0000 Subject: [PATCH] 0.16.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f5e258..8bc8b94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -64,7 +64,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "deno_config" -version = "0.16.3" +version = "0.16.4" dependencies = [ "anyhow", "glob", diff --git a/Cargo.toml b/Cargo.toml index 301a606..af38290 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.16.3" +version = "0.16.4" edition = "2021" authors = ["the Deno authors"] license = "MIT"