README: update the installation snippet to use yaml-rust2 0.7
This commit is contained in:
parent
53b70cd93b
commit
37f52b7722
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue