Skip to content

Commit 6b567fd

Browse files
authored
Merge pull request #190 from michaelciraci/update-to-cargo-metadata-0.18
Update to cargo_metadata 0.18
2 parents 1907e52 + 2bfdc73 commit 6b567fd

File tree

8 files changed

+14
-13
lines changed

8 files changed

+14
-13
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020

2121
* crate-private span handling was passed off to the `spanned` crate, improving some diagnostics along the way.
2222
* `Config::output_conflict_handling` does not contain the bless command message anymore, it is instead available separately as `Config::bless_command`
23+
* Updating `cargo_metadata` to `0.18`
2324

2425
### Removed
2526

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ colored = "2"
1717
lazy_static = "1.4.0"
1818
serde = { version = "1.0", features = ["derive"] }
1919
serde_json = "1.0"
20-
cargo_metadata = "0.15"
20+
cargo_metadata = "0.18"
2121
crossbeam-channel = "0.5.6"
2222
tempfile = "3.3.0"
2323
bstr = "1.0.1"

tests/integrations/basic-bin/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/integrations/basic-fail-mode/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/integrations/basic-fail/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/integrations/basic/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/integrations/cargo-run/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)