diff options
| author | Joe Ardent <code@ardent.nebcorp.com> | 2021-08-19 13:54:26 -0700 |
|---|---|---|
| committer | Joe Ardent <code@ardent.nebcorp.com> | 2021-08-19 13:54:26 -0700 |
| commit | 52a988344bce118347d6a6567e67e20b7e99dc25 (patch) | |
| tree | 6962327c3959c513b7b00f25668cd8745885f4c6 | |
| parent | 7960030d6915a771f5ab72c3897a7ed50c3ed4bd (diff) | |
| download | rust-52a988344bce118347d6a6567e67e20b7e99dc25.tar.gz rust-52a988344bce118347d6a6567e67e20b7e99dc25.zip | |
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).
| -rw-r--r-- | RELEASES.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 1d9ad3160f7..c6baaa557df 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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 ------- |
