From b4ebf653a2a9a41bbbd0b1b5fe73ceb93077ff35 Mon Sep 17 00:00:00 2001 From: Heiko Seeberger Date: Thu, 19 Oct 2023 17:34:51 +0200 Subject: [PATCH] release: 0.6.2 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11d308c..bde598c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -72,7 +72,7 @@ dependencies = [ [[package]] name = "configured" -version = "0.6.1" +version = "0.6.2" dependencies = [ "config", "serde", diff --git a/Cargo.toml b/Cargo.toml index 76c2963..6e61bf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "configured" -version = "0.6.1" +version = "0.6.2" edition = "2021" description = "Utility to load configuration from well defined layers into any type which can be deserialized by Serde." authors = [ "Heiko Seeberger " ] @@ -8,7 +8,7 @@ license-file = "LICENSE" readme = "README.md" homepage = "https://github.com/hseeberger/configured" repository = "https://github.com/hseeberger/configured" -documentation = "https://github.com/hseeberger/configured" +documentation = "https://docs.rs/configured/latest/configured" [dependencies] config = { version = "0.13" }