Skip to content

Commit

Permalink
Use fixed metadata (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle authored Jul 28, 2020
1 parent 68e639f commit ccc0dba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [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.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccc0dba

Please sign in to comment.