Skip to content

Commit 0135bda

Browse files
committed
bump conf to 0.1.3
1 parent 21453de commit 0135bda

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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
@@ -21,7 +21,7 @@ include = [
2121

2222
[package]
2323
name = "conf"
24-
version = "0.1.2"
24+
version = "0.1.3"
2525
description = "A derive-based config parser for CLI args, env, and structured config files"
2626
categories = ["command-line-interface"]
2727
keywords = [
@@ -41,7 +41,7 @@ include.workspace = true
4141
bench = false
4242

4343
[dependencies]
44-
conf_derive = { path = "./conf_derive", version = "0.1.1" }
44+
conf_derive = { path = "./conf_derive", version = "0.1.3" }
4545
clap = { version = "4.5.8", features = ["string"] }
4646
clap_lex = { version = "0.7" }
4747
serde = { version = "1", optional = true }

0 commit comments

Comments
 (0)