Skip to content

Commit

Permalink
version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Oct 12, 2024
1 parent ff4c1cc commit 64a72d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ include = [
"Cargo.toml",
"LICENSE*",
"README.md",
"REFERENCE.md",
"REFERENCE*.md",
]

[package]
name = "conf"
version = "0.1.0"
version = "0.1.1"
description = "A derive-based config parser for CLI args and env parameters"
categories = ["command-line-interface"]
keywords = [
Expand All @@ -40,7 +40,7 @@ include.workspace = true
bench = false

[dependencies]
conf_derive = { path = "./conf_derive", version = "0.1" }
conf_derive = { path = "./conf_derive", version = "0.1.1" }
clap = { version = "4.5.8", features = ["string"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion conf_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conf_derive"
version = "0.1.0"
version = "0.1.1"
repository.workspace = true
license.workspace = true
edition.workspace = true
Expand Down

0 comments on commit 64a72d8

Please sign in to comment.