mirror of
https://github.com/trussed-dev/serde-indexed.git
synced 2026-06-20 04:16:32 -07:00
Release v0.2.0
This commit is contained in:
+7
-1
@@ -2,7 +2,13 @@
|
||||
|
||||
## [Unreleased][]
|
||||
|
||||
[Unreleased]: https://github.com/trussed-dev/serde-indexed/compare/0.1.1...HEAD
|
||||
[Unreleased]: https://github.com/trussed-dev/serde-indexed/compare/0.2.0...HEAD
|
||||
|
||||
-
|
||||
|
||||
## [v0.2.0][] (2025-06-05)
|
||||
|
||||
[v0.2.0]: https://github.com/trussed-dev/serde-indexed/compare/0.1.1...0.2.0
|
||||
|
||||
- Add support for `#[serde(with)]` ([#16][])
|
||||
- Add support for `#[serde(skip)]` ([#14][])
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "serde-indexed"
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
authors = ["Nicolas Stalder <n@stalder.io>", "The Trussed Developers"]
|
||||
license = "Apache-2.0 OR MIT"
|
||||
description = "Derivation of Serialize and Deserialize that replaces struct keys with numerical indices."
|
||||
|
||||
Reference in New Issue
Block a user