From b0f5df9ecbf24bd0af9660c3c2bb1e2d0452c81c Mon Sep 17 00:00:00 2001 From: trivernis Date: Wed, 5 Oct 2022 16:07:30 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e296712..f7da9af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "derive"] [package] name = "rusty-value" -version = "0.4.1" +version = "0.4.2" edition = "2021" license = "Apache-2.0" repository = "https://github.com/Trivernis/rusty-value"