diff --git a/README.md b/README.md index 11993ff..ede1b50 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add it to your ``Cargo.toml``: ```toml [dependencies] -pyproject-toml = "0.3" +pyproject-toml = "0.4" ``` then you are good to go. If you are using Rust 2015 you have to add ``extern crate pyproject_toml`` to your crate root as well.