From ba08395a423c8d137de197d1f9ca428c5a47fd6b Mon Sep 17 00:00:00 2001 From: bytedream Date: Sat, 24 Jan 2026 16:13:20 +0100 Subject: [PATCH] build: update version to 1.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 238eeba..571c720 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde-inline-default" -version = "1.0.0" +version = "1.0.1" authors = ["bytedream"] edition = "2021" description = "Serde default values via inline declaration"