From 37f52b7722756bc5845dba82a39930d8a571d1b8 Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Sun, 24 Mar 2024 17:00:57 -0700 Subject: [PATCH] README: update the installation snippet to use yaml-rust2 0.7 --- saphyr/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saphyr/README.md b/saphyr/README.md index 3e892a0..a471b28 100644 --- a/saphyr/README.md +++ b/saphyr/README.md @@ -17,7 +17,7 @@ Add the following to the Cargo.toml of your project: ```toml [dependencies] -yaml-rust2 = "0.6" +yaml-rust2 = "0.7" ``` Use `yaml_rust2::YamlLoader` to load YAML documents and access them as `Yaml` objects: