Skip to content

Commit 36dc786

Browse files
Release v0.1.11
2 parents 6388feb + ad30ccb commit 36dc786

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gonfig"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
edition = "2021"
55
authors = ["Vasanthkumar Kalaiselvan<0xvasanth@gmail.com>"]
66
description = "A unified configuration management library for Rust that seamlessly integrates environment variables, config files, and CLI arguments"
@@ -24,7 +24,7 @@ once_cell = "1.19"
2424
tracing = "0.1"
2525

2626
[dependencies.gonfig_derive]
27-
version = "0.1.10"
27+
version = "0.1.11"
2828
path = "gonfig_derive"
2929

3030
[dev-dependencies]

gonfig_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gonfig_derive"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
edition = "2021"
55
authors = ["Vasanthkumar Kalaiselvan<itsparser@gmail.com>"]
66
description = "Derive macros for the gonfig configuration management library"

0 commit comments

Comments
 (0)