From 669138aefbcf65febd8897a81159aa1208c00f52 Mon Sep 17 00:00:00 2001 From: "Heinz N. Gies" Date: Sun, 12 Oct 2025 20:48:14 +0200 Subject: [PATCH] chore: Release value-trait version 0.12.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6f29056..e6a3062 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "value-trait" -version = "0.12.0" +version = "0.12.1" authors = ["Heinz N. Gies "] edition = "2024" license = "Apache-2.0/MIT"