From 6eddcf38fe25e4daed89908f83ee92c25f309594 Mon Sep 17 00:00:00 2001 From: bytedream Date: Mon, 14 Oct 2024 22:27:03 +0200 Subject: [PATCH] build: update version to 0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 938afec..5677480 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde-inline-default" -version = "0.2.1" +version = "0.2.2" authors = ["bytedream"] edition = "2021" description = "Serde default values via inline declaration"