From 0cc4052eafbcbf3e4ba346eb20c8d813903952e6 Mon Sep 17 00:00:00 2001 From: bytedream Date: Tue, 21 Jul 2026 11:57:40 +0200 Subject: [PATCH] build: update version to 1.0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bf2e39a..1433897 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde-inline-default" -version = "1.0.1" +version = "1.0.2" authors = ["bytedream"] edition = "2021" rust-version = "1.71.0"