From 017080244a8eb3ea6d9877c1602ba14510354020 Mon Sep 17 00:00:00 2001 From: bytedream Date: Tue, 2 Sep 2025 14:08:16 +0200 Subject: [PATCH] build: update version to 1.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 083fbb3..238eeba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde-inline-default" -version = "0.2.3" +version = "1.0.0" authors = ["bytedream"] edition = "2021" description = "Serde default values via inline declaration"