mirror of https://github.com/rust-lang/rust.git
Rollup merge of #88170 - nebkor:release-note-1.55, r=Mark-Simulacrum
Update release note for 1.55.0. Added a line about new formatting option, `{lib}`, for `cargo tree` (https://github.com/rust-lang/cargo/pull/9663).
This commit is contained in:
commit
908b2ead9c
|
@ -70,6 +70,7 @@ Cargo
|
|||
- [The package definition in `cargo metadata` now includes the `"default_run"`
|
||||
field from the manifest.][cargo/9550]
|
||||
- [Added `cargo d` as an alias for `cargo doc`.][cargo/9680]
|
||||
- [Added `{lib}` as formatting option for `cargo tree` to print the "lib_name" of packages.][cargo/9663]
|
||||
|
||||
Rustdoc
|
||||
-------
|
||||
|
|
Loading…
Reference in New Issue