From 57fa42969049e081662a9b3f4f94e4a59a370be7 Mon Sep 17 00:00:00 2001 From: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:13:21 +0100 Subject: [PATCH] bump to 0.14.0 --- config-derive/Cargo.toml | 2 +- twelf/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"] }