bump to 0.3.13

This commit is contained in:
Marc-Antoine Arnaud 2020-02-25 15:34:44 +01:00
parent 8c771af4a6
commit 92cdc838e8
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ This library will support XML de/ser-ializing with all specific features.
- [x] **namespace**: defines the namespace of the field
- [x] **rename**: be able to rename a field
- [x] **root**: rename the based element. Used only at the XML root.
- [ ] **skip_serializing_if**: Skip the serialisation for this field if the condition is true
- [x] **skip_serializing_if**: Skip the serialisation for this field if the condition is true
- [x] **text**: this field match to the text content
## Custom De/Ser-rializer

View File

@ -1,6 +1,6 @@
[package]
name = "yaserde"
version = "0.3.12"
version = "0.3.13"
authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>"]
description = "Serialization and deserialization library"
keywords = ["Serialization", "Deserialization", "XML"]

View File

@ -1,6 +1,6 @@
[package]
name = "yaserde_derive"
version = "0.3.12"
version = "0.3.13"
authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>"]
description = "Serialization and deserialization macros"
keywords = ["Serialization", "Deserialization"]