From 7a54c3179aedbc29bba24d48642753fcf3888ad7 Mon Sep 17 00:00:00 2001 From: "Heinz N. Gies" Date: Tue, 22 Oct 2024 11:44:26 +0200 Subject: [PATCH] chore: Release value-trait version 0.10.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5263c68..e141bab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "value-trait" -version = "0.10.0" +version = "0.10.1" authors = ["Heinz N. Gies "] edition = "2021" license = "Apache-2.0/MIT"