From 750c8d33b22402e705464db9f80a3a32ed5e9e23 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 22 Nov 2023 07:46:14 +0100 Subject: [PATCH] Update version: 0.13.3 -> 0.13.4 Signed-off-by: Matthias Beyer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2c9daaf5..48d07fcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "config" -version = "0.13.3" +version = "0.13.4" description = "Layered configuration system for Rust applications." homepage = "https://github.com/mehcode/config-rs" repository = "https://github.com/mehcode/config-rs"