diff --git a/config-derive/Cargo.toml b/config-derive/Cargo.toml index 29b98e2..919071d 100644 --- a/config-derive/Cargo.toml +++ b/config-derive/Cargo.toml @@ -9,7 +9,7 @@ name = "config-derive" readme = "README.md" repository = "https://github.com/bnjjj/twelf" - version = "0.13.0" + version = "0.14.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/twelf/Cargo.toml b/twelf/Cargo.toml index bb9e4a7..01adc7d 100644 --- a/twelf/Cargo.toml +++ b/twelf/Cargo.toml @@ -9,11 +9,11 @@ name = "twelf" readme = "../README.md" repository = "https://github.com/bnjjj/twelf" - version = "0.13.0" + version = "0.14.0" [dependencies] clap_rs = { version = "4", package = "clap", optional = true, features = ["derive"] } - config-derive = { path = "../config-derive", version = "0.13.0" } + config-derive = { path = "../config-derive", version = "0.14.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"] }