From 5d0f313523a67f89041883835b4a432dd400db65 Mon Sep 17 00:00:00 2001 From: bytedream Date: Tue, 24 Sep 2024 13:01:00 +0200 Subject: [PATCH] build: update version to 0.2.1 --- Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9821b02..938afec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,18 +1,17 @@ [package] name = "serde-inline-default" -version = "0.2.0" -authors = ["ByteDream"] +version = "0.2.1" +authors = ["bytedream"] edition = "2021" description = "Serde default values via inline declaration" readme = "README.md" -repository = "https://github.com/ByteDream/serde-inline-default" +repository = "https://github.com/bytedream/serde-inline-default" license = "MIT OR Apache-2.0" keywords = ["serde", "serialization"] categories = ["encoding"] [lib] proc-macro = true - doctest = false [dependencies]