|
1 | 1 | # Changelog
|
2 | 2 |
|
| 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) |
3 | 57 | ## Cargo 1.71 (2023-07-13)
|
4 | 58 | [84b7041f...HEAD](https://github.com/rust-lang/cargo/compare/84b7041f...HEAD)
|
5 | 59 |
|
|
0 commit comments