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]