File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 48
48
This behavior has been considered a bug from the beginning.
49
49
[ #13775 ] ( https://github.com/rust-lang/cargo/pull/13775 )
50
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.
51
+ This change aligns to the documented behavior. One caveat is that JSON messages
52
+ emitted by Cargo, like via ` cargo metadata ` or ` --message-format=json ` ,
53
+ will start reporting underscore lib names.
53
54
[ #12783 ] ( https://github.com/rust-lang/cargo/pull/12783 )
54
55
- Switch to ` gitoxide ` for listing files. This improves the performance of
55
56
build script and ` cargo doc ` for computing cache freshness,
You can’t perform that action at this time.
0 commit comments