Skip to content

Commit 26f457c

Browse files
committed
Update changelog for 1.72
1 parent 1fc4852 commit 26f457c

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

CHANGELOG.md

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

3+
## Cargo 1.72 (2023-08-24)
4+
[64fb38c9...HEAD](https://github.com/rust-lang/cargo/compare/64fb38c9...HEAD)
5+
6+
### Added
7+
8+
### Changed
9+
10+
- Cargo now warns when an edition 2021 package is in a virtual workspace and
11+
`workspace.resolver` is not set. It is recommended to set the resolver
12+
version for workspaces explicitly.
13+
[#10910](https://github.com/rust-lang/cargo/pull/10910)
14+
- Set IBM AIX shared libraries search path to `LIBPATH`.
15+
[#11968](https://github.com/rust-lang/cargo/pull/11968)
16+
- Don't pass `-C debuginfo=0` to rustc as it is the default value.
17+
[#12022](https://github.com/rust-lang/cargo/pull/12022)
18+
[#12205](https://github.com/rust-lang/cargo/pull/12205)
19+
20+
### Fixed
21+
22+
- `cargo clean` uses `remove_dir_all` as a fallback to resolve race conditions.
23+
[#11442](https://github.com/rust-lang/cargo/pull/11442)
24+
- Reduced the chance Cargo re-formats the user's `[features]` table.
25+
[#12191](https://github.com/rust-lang/cargo/pull/12191)
26+
27+
### Nightly only
28+
29+
- Automatically inherit workspace lints when running `cargo new`/`cargo init`.
30+
[#12174](https://github.com/rust-lang/cargo/pull/12174)
31+
32+
### Documentation
33+
34+
- Added a description of `Cargo.lock` conflicts in the Cargo FAQ.
35+
[#12185](https://github.com/rust-lang/cargo/pull/12185)
36+
- Added a small note about indexes ignoring SemVer build metadata.
37+
[#12206](https://github.com/rust-lang/cargo/pull/12206)
38+
- Added doc comments for `GitSource` types and friends.
39+
[#12192](https://github.com/rust-lang/cargo/pull/12192)
40+
41+
### Internal
42+
43+
- Removed unused features from `windows-sys` dependency.
44+
[#12176](https://github.com/rust-lang/cargo/pull/12176)
45+
- Refactor compiler invocations
46+
[#12211](https://github.com/rust-lang/cargo/pull/12211)
47+
- Reuse `make_dep_prefix` implementation
48+
[#12203](https://github.com/rust-lang/cargo/pull/12203)
49+
- Lexicographically order `-Z` flags
50+
[#12182](https://github.com/rust-lang/cargo/pull/12182)
51+
- Several Cargo's own test infra improvements and speed-ups.
52+
[#12184](https://github.com/rust-lang/cargo/pull/12184)
53+
[#12188](https://github.com/rust-lang/cargo/pull/12188)
54+
[#12189](https://github.com/rust-lang/cargo/pull/12189)
55+
[#12194](https://github.com/rust-lang/cargo/pull/12194)
56+
[#12199](https://github.com/rust-lang/cargo/pull/12199)
357
## Cargo 1.71 (2023-07-13)
458
[84b7041f...HEAD](https://github.com/rust-lang/cargo/compare/84b7041f...HEAD)
559

0 commit comments

Comments
 (0)