Skip to content

Commit

Permalink
chore: upgrade to v0.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Coenen <[email protected]>
  • Loading branch information
bnjjj committed May 15, 2023
1 parent a9593a5 commit 7ad38f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.10.0"
version = "0.11.0"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
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.10.0"
version = "0.11.0"

[dependencies]
clap_rs = { version = "4", package = "clap", optional = true, features = ["derive"] }
config-derive = { path = "../config-derive", version = "0.10.0" }
config-derive = { path = "../config-derive", version = "0.11.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

0 comments on commit 7ad38f3

Please sign in to comment.