Skip to content

Commit 2afb884

Browse files
committed
bump to 0.1.5
1 parent 3c84010 commit 2afb884

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.4"
24+
version = "0.1.5"
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.4" }
44+
conf_derive = { path = "./conf_derive", version = "0.1.5" }
4545
clap = { version = "4.5.8", features = ["string"] }
4646
clap_lex = { version = "0.7" }
4747
serde = { version = "1", optional = true }

conf_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 = "conf_derive"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
repository.workspace = true
55
license.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)