From 81ee1772f50b25e9f341047e1ad501915a401525 Mon Sep 17 00:00:00 2001 From: Bourumir Wyngs Date: Sat, 4 May 2024 13:53:37 +0200 Subject: [PATCH] Placed reference to our own maintained branch of serde-yaml but so far commented out --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3b8d569..951e825 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,10 @@ maintenance = { status = "actively-developed" } nalgebra = "0.32.5" thiserror = "1.0.59" serde = { version = "1.0", features = ["derive"] } + + +# Bourumir's own branch currently without any major changes so we can use the old one as well +#serde_yaml = { git = "https://github.com/bourumir-wyngs/serde-yaml-bw", branch = "1.0.0" } serde_yaml = "0.9.34" regex = "1.10.4"