From a0b200cdc0338d6241901656db7b69c3855ff3b9 Mon Sep 17 00:00:00 2001 From: DmitryAstafyev Date: Wed, 18 Oct 2023 17:19:46 +0200 Subject: [PATCH] Version up to 0.1.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7812ba6..e507c71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "envvars" -version = "0.1.5" +version = "0.1.7" edition = "2021" authors = ["d.astafyev@outlook.com"] description = "Getting environment variables considering shell configuration"