diff --git a/Cargo.toml b/Cargo.toml index e508e50..959153b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_norway" -version = "0.9.35" +version = "0.9.36" authors = ["Christina Sørensen ", "David Tolnay "] categories = ["encoding", "parser-implementations"] description = "YAML data format for Serde" diff --git a/README.md b/README.md index 7bfedc1..560ec5f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ -Serde YAML +
+ +Serde Norway, a Serde YAML fork :) ========== + +![Flag_of_Norway svg](https://github.com/cafkafk/serde-norway/assets/89321978/ff00f477-7ae4-4665-ad66-cb0c3da88e47) + A hard-fork of Serde YAML. I'm not committing to maintaining this long-term (yet). @@ -9,6 +14,8 @@ file format. _(This project is no longer maintained.)_ [Serde]: https://github.com/serde-rs/serde [YAML]: https://yaml.org/ +
+ ## Dependency ```toml