chore: Release

This commit is contained in:
Marc-Antoine Arnaud
2023-12-31 13:42:11 +01:00
parent 2426700211
commit 4b8b3e0430
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "yaserde-examples"
version = "0.9.0"
version = "0.9.1"
authors = ["Marc-Antoine Arnaud <maarnaud@media-io.com>"]
license = "MIT"
edition = "2018"
@@ -8,4 +8,4 @@ description = "Examples for YaSerDe project"
documentation = "https://docs.rs/yaserde"
[dependencies]
yaserde = {version = "0.9.0", path = "../yaserde", features = ["yaserde_derive"] }
yaserde = {version = "0.9.1", path = "../yaserde", features = ["yaserde_derive"] }