diff --git a/parser/README.md b/parser/README.md index eb747b0..75d8393 100644 --- a/parser/README.md +++ b/parser/README.md @@ -28,7 +28,7 @@ Add the following to the Cargo.toml of your project: ```toml [dependencies] -yaml-rust = "0.3" +yaml-rust = "0.4" ``` or