|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## Cargo 1.59 (2022-02-24) |
| 4 | +[7f08ace4...HEAD](https://github.com/rust-lang/cargo/compare/7f08ace4...HEAD) |
| 5 | + |
| 6 | +### Added |
| 7 | + |
| 8 | +### Changed |
| 9 | + |
| 10 | +### Fixed |
| 11 | + |
| 12 | +### Nightly only |
| 13 | +- Added the `--crate-type` flag to `cargo rustc`. |
| 14 | + [#10093](https://github.com/rust-lang/cargo/pull/10093) |
| 15 | + |
| 16 | + |
3 | 17 | ## Cargo 1.58 (2022-01-13)
|
4 |
| -[b2e52d7c...HEAD](https://github.com/rust-lang/cargo/compare/b2e52d7c...HEAD) |
| 18 | +[b2e52d7c...rust-1.58.0](https://github.com/rust-lang/cargo/compare/b2e52d7c...rust-1.58.0) |
5 | 19 |
|
6 | 20 | ### Added
|
7 | 21 |
|
8 | 22 | - Added `rust_version` field to package data in `cargo metadata`.
|
9 | 23 | [#9967](https://github.com/rust-lang/cargo/pull/9967)
|
| 24 | +- Added `--message-format` option to `cargo install`. |
| 25 | + [#10107](https://github.com/rust-lang/cargo/pull/10107) |
10 | 26 |
|
11 | 27 | ### Changed
|
12 | 28 |
|
| 29 | +- A warning is now shown when an alias shadows an external command. |
| 30 | + [#10082](https://github.com/rust-lang/cargo/pull/10082) |
| 31 | +- Updated curl to 7.80.0. |
| 32 | + [#10040](https://github.com/rust-lang/cargo/pull/10040) |
| 33 | + [#10106](https://github.com/rust-lang/cargo/pull/10106) |
| 34 | + |
13 | 35 | ### Fixed
|
14 | 36 |
|
15 | 37 | - Doctests now include rustc-link-args from build scripts.
|
16 | 38 | [#9916](https://github.com/rust-lang/cargo/pull/9916)
|
| 39 | +- Fixed `cargo tree` entering an infinite loop with cyclical dev-dependencies. |
| 40 | + Fixed an edge case where the resolver would fail to handle a cyclical dev-dependency with a feature. |
| 41 | + [#10103](https://github.com/rust-lang/cargo/pull/10103) |
| 42 | +- Fixed `cargo clean -p` when the directory path contains glob characters. |
| 43 | + [#10072](https://github.com/rust-lang/cargo/pull/10072) |
| 44 | +- Fixed debug builds of `cargo` which could panic when downloading a crate |
| 45 | + when the server has a redirect with a non-empty body. |
| 46 | + [#10048](https://github.com/rust-lang/cargo/pull/10048) |
17 | 47 |
|
18 | 48 | ### Nightly only
|
19 | 49 |
|
20 | 50 | - Make future-incompat-report output more user-friendly.
|
21 | 51 | [#9953](https://github.com/rust-lang/cargo/pull/9953)
|
| 52 | +- Added support to scrape code examples from the `examples` directory to be included in the documentation. |
| 53 | + [docs](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#scrape-examples) |
| 54 | + [#9525](https://github.com/rust-lang/cargo/pull/9525) |
| 55 | + [#10037](https://github.com/rust-lang/cargo/pull/10037) |
| 56 | + [#10017](https://github.com/rust-lang/cargo/pull/10017) |
| 57 | +- Fixed `cargo report future-incompatibilities` to check stdout if it supports color. |
| 58 | + [#10024](https://github.com/rust-lang/cargo/pull/10024) |
22 | 59 |
|
23 | 60 | ## Cargo 1.57 (2021-12-02)
|
24 | 61 | [18751dd3...rust-1.57.0](https://github.com/rust-lang/cargo/compare/18751dd3...rust-1.57.0)
|
|
0 commit comments