From 4356c2f466f3fa35eb6c76e7c8a81d868a5199f4 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 1 Feb 2024 06:55:45 +0100 Subject: Update version: 0.13.1 -> 0.14.0 Signed-off-by: Matthias Beyer --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8b08f5b..12b0849 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "config" -version = "0.13.1" +version = "0.14.0" description = "Layered configuration system for Rust applications." homepage = "https://github.com/mehcode/config-rs" repository = "https://github.com/mehcode/config-rs" diff --git a/README.md b/README.md index dca5c14..49258b7 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Please note this library ```toml [dependencies] -config = "0.13.1" +config = "0.14.0" ``` ### Feature flags -- cgit v1.2.3