Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
release: 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hseeberger committed Oct 19, 2023
1 parent f6cac97 commit b4ebf65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[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 <[email protected]>" ]
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" }
Expand Down

0 comments on commit b4ebf65

Please sign in to comment.