Skip to content

Commit

Permalink
build: update version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed Sep 24, 2024
1 parent c020a6e commit 5d0f313
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 5d0f313

Please sign in to comment.