We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--message-format=json
1 parent 0ca60e9 commit b6244bfCopy full SHA for b6244bf
CHANGELOG.md
@@ -48,8 +48,9 @@
48
This behavior has been considered a bug from the beginning.
49
[#13775](https://github.com/rust-lang/cargo/pull/13775)
50
- ❗️ Replace dashes with underscores also if `lib.name` is inferred from `package.name`.
51
- This change aligns to the documented behavior. One caveat is that
52
- `cargo metadata` starts reporting underscore lib names.
+ This change aligns to the documented behavior. One caveat is that JSON messages
+ emitted by Cargo, like via `cargo metadata` or `--message-format=json`,
53
+ will start reporting underscore lib names.
54
[#12783](https://github.com/rust-lang/cargo/pull/12783)
55
- Switch to `gitoxide` for listing files. This improves the performance of
56
build script and `cargo doc` for computing cache freshness,
0 commit comments