diff --git a/CHANGELOG.md b/CHANGELOG.md index 131595a..effd182 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +### Fixed +- Fix to version `0.11.1` of `cargo_metadata`. + ## [0.4.0] - 2020-07-28 ### Fixed - Align `semver` version with the same one used by `cargo_metadata`, again. diff --git a/Cargo.toml b/Cargo.toml index 5a91b30..8d1ba7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["cargo", "metadata", "graph"] [dependencies] # Used for acquiring and deserializing `cargo metadata` output -cargo_metadata = "=0.11.0" +cargo_metadata = "=0.11.1" # Used to parse and evaluate cfg() expressions for dependencies cfg-expr = "0.4" # Used to create and traverse graph structures