|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## Cargo 1.93 (2026-01-22) |
| 4 | +[344c4567...HEAD](https://github.com/rust-lang/cargo/compare/344c4567...HEAD) |
| 5 | + |
| 6 | +### Added |
| 7 | + |
| 8 | +### Changed |
| 9 | + |
| 10 | +- Migrate more diagnostic formatting to rustc-like style (annotate-snippets style) |
| 11 | + [#16143](https://github.com/rust-lang/cargo/pull/16143) |
| 12 | + |
| 13 | +### Fixed |
| 14 | + |
| 15 | +- Shell completion variables no longer leak into user's environment |
| 16 | + [#16144](https://github.com/rust-lang/cargo/pull/16144) |
| 17 | + |
| 18 | +### Nightly only |
| 19 | + |
| 20 | +- `-Zbuild-analysis`: Emit timing-info logs with JSONL-based logging |
| 21 | + infrastructure. Logs are stored in `~/.cargo/log/` with unique files |
| 22 | + per cargo invocation. |
| 23 | + [#16150](https://github.com/rust-lang/cargo/pull/16150) |
| 24 | + [#16179](https://github.com/rust-lang/cargo/pull/16179) |
| 25 | +- `-Zconfig-include`: Allow using `optional = true` to silently skip |
| 26 | + missing config files. |
| 27 | + [#16103](https://github.com/rust-lang/cargo/pull/16103) |
| 28 | + [#16174](https://github.com/rust-lang/cargo/pull/16174) |
| 29 | + [#16180](https://github.com/rust-lang/cargo/pull/16180) |
| 30 | +- `-Zgit`: Support shallow fetch for Git CLI backend (`net.git-fetch-with-cli`) |
| 31 | + [#16156](https://github.com/rust-lang/cargo/pull/16156) |
| 32 | +- `-Zgit`: Add more git fetch-index backend interop tests |
| 33 | + [#16162](https://github.com/rust-lang/cargo/pull/16162) |
| 34 | +- `-Zscript`: Update script tests from rustc's test suite |
| 35 | + [#16169](https://github.com/rust-lang/cargo/pull/16169) |
| 36 | + |
| 37 | +### Documentation |
| 38 | + |
| 39 | +### Internal |
| 40 | + |
| 41 | +- Fix mdman to not incorrectly strip `<p>` tags |
| 42 | + [#16158](https://github.com/rust-lang/cargo/pull/16158) |
| 43 | + [#16172](https://github.com/rust-lang/cargo/pull/16172) |
| 44 | +- Update dependencies. |
| 45 | + [#16137](https://github.com/rust-lang/cargo/pull/16137) |
| 46 | + [#16140](https://github.com/rust-lang/cargo/pull/16140) |
| 47 | + |
3 | 48 | ## Cargo 1.92 (2025-12-11) |
4 | 49 | [24bb93c3...rust-1.92.0](https://github.com/rust-lang/cargo/compare/24bb93c3...rust-1.92.0) |
5 | 50 |
|
|
0 commit comments