README: update the installation snippet to use yaml-rust2 0.7

This commit is contained in:
David Aguilar 2024-03-24 17:00:57 -07:00
parent 77bf4eaeef
commit 697550e112

View file

@ -17,7 +17,7 @@ Add the following to the Cargo.toml of your project:
```toml ```toml
[dependencies] [dependencies]
yaml-rust2 = "0.6" yaml-rust2 = "0.7"
``` ```
Use `yaml_rust2::YamlLoader` to load YAML documents and access them as `Yaml` objects: Use `yaml_rust2::YamlLoader` to load YAML documents and access them as `Yaml` objects: