Skip to content

Commit 0ca6214

Browse files
committed
docs(changelog): 1.97.0 update
1 parent fd3858e commit 0ca6214

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

src/doc/src/CHANGELOG.md

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

3+
## Cargo 1.97 (2026-07-09)
4+
[eb94155a...HEAD](https://github.com/rust-lang/cargo/compare/eb94155a...HEAD)
5+
6+
7+
### Added
8+
9+
- Add `-m` shorthand for `--manifest-path`
10+
[#16858](https://github.com/rust-lang/cargo/pull/16858)
11+
12+
### Changed
13+
14+
- Use `closest_msg` to suggest similar member name for mistyped `-p`
15+
[#16844](https://github.com/rust-lang/cargo/pull/16844)
16+
- cargo clean: Add target directory validation
17+
[#16712](https://github.com/rust-lang/cargo/pull/16712)
18+
19+
### Fixed
20+
21+
### Nightly only
22+
23+
- `-Zscript`: Teach users how to pin edition
24+
[#16851](https://github.com/rust-lang/cargo/pull/16851)
25+
- `-Zcargo-lints`: Prefer defined lint levels over default
26+
[#16879](https://github.com/rust-lang/cargo/pull/16879)
27+
- `-Zcargo-lints`: `unused_dependencies` ignore rustc's
28+
`unused_crate_dependencies` lint status
29+
[#16877](https://github.com/rust-lang/cargo/pull/16877)
30+
31+
### Documentation
32+
33+
- Clarified "api" in registry's `config.json` should not include a trailing slash.
34+
[#16869](https://github.com/rust-lang/cargo/pull/16869)
35+
36+
### Internal
37+
38+
- Update dependencies.
39+
[#16883](https://github.com/rust-lang/cargo/pull/16883)
40+
- ci: Pin GitHub Actions to commit SHAs
41+
[#16867](https://github.com/rust-lang/cargo/pull/16867)
42+
[#16868](https://github.com/rust-lang/cargo/pull/16868)
43+
- test: Add test for cargo install with github fastpath
44+
[#16866](https://github.com/rust-lang/cargo/pull/16866)
45+
346
## Cargo 1.96 (2026-05-28)
447
[f298b8c8...rust-1.96.0](https://github.com/rust-lang/cargo/compare/f298b8c8...rust-1.96.0)
548

0 commit comments

Comments
 (0)