Skip to content

Commit 5810427

Browse files
committed
docs(changelog): 1.93.0 update
1 parent 98b5ad4 commit 5810427

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

src/doc/src/CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
11
# Changelog
22

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+
348
## Cargo 1.92 (2025-12-11)
449
[24bb93c3...rust-1.92.0](https://github.com/rust-lang/cargo/compare/24bb93c3...rust-1.92.0)
550

0 commit comments

Comments
 (0)