From 7130dc8927a4262b21ecbb3265252d4c58ce74d4 Mon Sep 17 00:00:00 2001 From: bytedream Date: Sat, 27 Jan 2024 00:19:41 +0100 Subject: [PATCH] build: update version to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c67d6af..9821b02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde-inline-default" -version = "0.1.1" +version = "0.2.0" authors = ["ByteDream"] edition = "2021" description = "Serde default values via inline declaration"