From 51c7c6787ae8e16db7024ee5db8fba9c31e26dcb Mon Sep 17 00:00:00 2001 From: Pavel Pscheidl Date: Mon, 5 Aug 2024 06:56:28 +0200 Subject: [PATCH] build: v0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e8f1887..da9555e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/Xuanwo/serde-env" edition = "2021" license = "Apache-2.0" name = "serde-env" -version = "0.1.1" +version = "0.2.0" [dependencies] serde = "1"