From 3918e87781549f6173572c82719a618619ebfaa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20R=C3=B8rvik?= <1775685+cyanboy@users.noreply.github.com> Date: Fri, 24 Jan 2025 10:44:49 +0100 Subject: [PATCH] update README with a link to a actively maintained yaml plugin for serde --- _src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_src/README.md b/_src/README.md index 3793ab1..3e01707 100644 --- a/_src/README.md +++ b/_src/README.md @@ -82,7 +82,7 @@ Serde by the community. [JSON]: https://github.com/serde-rs/json [Postcard]: https://github.com/jamesmunns/postcard [CBOR]: https://github.com/enarx/ciborium -[YAML]: https://github.com/dtolnay/serde-yaml +[YAML]: https://github.com/sebastienrousseau/serde_yml [MessagePack]: https://github.com/3Hren/msgpack-rust [TOML]: https://docs.rs/toml [Pickle]: https://github.com/birkenfeld/serde-pickle