Skip to content

Commit

Permalink
bump to 0.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Coenen <[email protected]>
  • Loading branch information
bnjjj committed Mar 11, 2024
1 parent f9aa6c0 commit cdd3b67
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ twelf = { version = "0.11", default-features = false, features = ["json", "toml"

`custom_fn` enables code for a layer that allows a custom closure to be executed.

Default features are `["env", "clap"]`
Default features are `["env", "clap", "shellexpand"]`

# Contributing

Expand Down
2 changes: 1 addition & 1 deletion config-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name = "config-derive"
readme = "README.md"
repository = "https://github.com/bnjjj/twelf"
version = "0.14.0"
version = "0.15.0"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion config-derive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ twelf = { version = "0.11", default-features = false, features = ["json", "toml"

`custom_fn` enables code for a layer that allows a custom closure to be executed.

Default features are `["env", "clap"]`
Default features are `["env", "clap", "shellexpand"]`

# Contributing

Expand Down
4 changes: 2 additions & 2 deletions twelf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
name = "twelf"
readme = "../README.md"
repository = "https://github.com/bnjjj/twelf"
version = "0.14.0"
version = "0.15.0"

[dependencies]
clap_rs = { version = "4", package = "clap", optional = true, features = ["derive"] }
config-derive = { path = "../config-derive", version = "0.14.0" }
config-derive = { path = "../config-derive", version = "0.15.0" }
envy = { version = "0.4.1", git = "https://github.com/bnjjj/envy", branch = "master", optional = true }
log = "0.4.14"
serde = { version = "1", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion twelf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ twelf = { version = "0.11", default-features = false, features = ["json", "toml"

`custom_fn` enables code for a layer that allows a custom closure to be executed.

Default features are `["env", "clap"]`
Default features are `["env", "clap", "shellexpand"]`

# Contributing

Expand Down

0 comments on commit cdd3b67

Please sign in to comment.