From 545a8e5b654f4fef465fb0bc76f567dacdb2a994 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Thu, 22 Apr 2021 23:51:51 +0300 Subject: [PATCH] :tada: bump version --- itconfig-macro/Cargo.toml | 2 +- itconfig/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/itconfig-macro/Cargo.toml b/itconfig-macro/Cargo.toml index 73bb33e..dc9d1c6 100644 --- a/itconfig-macro/Cargo.toml +++ b/itconfig-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itconfig-macro" -version = "1.0.2" +version = "1.1.0" authors = ["Dmitriy Pleshevskiy "] description = "Easy build a configs from environment variables and use it in globally." categories = ["config", "web-programming"] diff --git a/itconfig/Cargo.toml b/itconfig/Cargo.toml index 15d80d3..2b9987b 100644 --- a/itconfig/Cargo.toml +++ b/itconfig/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itconfig" -version = "1.0.5" +version = "1.1.0" authors = ["Dmitriy Pleshevskiy "] description = "Easy build a configs from environment variables and use it in globally." categories = ["config", "web-programming"] @@ -16,7 +16,7 @@ readme = "../README.md" [dependencies] serde_json = { version = "1", optional = true } -itconfig-macro = { version = "1.0", path = "../itconfig-macro", optional = true } +itconfig-macro = { version = "1.1", path = "../itconfig-macro", optional = true } [dev-dependencies] lazy_static = "1.4.0"