(cargo-release) version 0.8.0

This commit is contained in:
Marc-Antoine Arnaud
2022-03-25 10:11:26 +01:00
parent a0afd7c34f
commit d5b44d8f38
2 changed files with 2 additions and 2 deletions

View File

@@ -6,5 +6,5 @@ license = "MIT"
edition = "2018"
[dependencies]
yaserde = {version = "0.7.0", path = "../yaserde" }
yaserde = {version = "0.8.0", path = "../yaserde" }
yaserde_derive = {version = "0.8.0", path = "../yaserde_derive" }