diff --git a/parser/README.md b/parser/README.md index 3e892a0..a471b28 100644 --- a/parser/README.md +++ b/parser/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: