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 53b70cd93b
commit 37f52b7722

View file

@ -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: