|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## Cargo 1.71 (2023-07-13) |
| 4 | +[84b7041f...HEAD](https://github.com/rust-lang/cargo/compare/84b7041f...HEAD) |
| 5 | + |
| 6 | +### Added |
| 7 | + |
| 8 | +### Changed |
| 9 | + |
| 10 | +- Better error message when getting an empty dependency table in Cargo.toml. |
| 11 | + [#11997](https://github.com/rust-lang/cargo/pull/11997) |
| 12 | +- Use restricted Damerau-Levenshtein algorithm to provide typo suggestions. |
| 13 | + [#11963](https://github.com/rust-lang/cargo/pull/11963) |
| 14 | + |
| 15 | +### Fixed |
| 16 | + |
| 17 | +- Corrected the bug report URL for `cargo clippy --fix`. |
| 18 | + [#11882](https://github.com/rust-lang/cargo/pull/11882) |
| 19 | + |
| 20 | +### Nightly only |
| 21 | + |
| 22 | +- Recompile on profile rustflags changes. |
| 23 | + [#11981](https://github.com/rust-lang/cargo/pull/11981) |
| 24 | + |
| 25 | +### Documentation |
| 26 | + |
| 27 | +### Internal |
| 28 | + |
| 29 | +- Cargo is now a Cargo workspace. We dogfood ourselves finally. |
| 30 | + [#11851](https://github.com/rust-lang/cargo/pull/11851) |
| 31 | + [#11994](https://github.com/rust-lang/cargo/pull/11994) |
| 32 | + [#11996](https://github.com/rust-lang/cargo/pull/11996) |
| 33 | +- Allow win/mac credential managers to build on all platforms. |
| 34 | + [#11993](https://github.com/rust-lang/cargo/pull/11993) |
| 35 | +- Use `openssl` only on non-Windows platforms. |
| 36 | + [#11979](https://github.com/rust-lang/cargo/pull/11979) |
| 37 | +- A new, straightforward issue labels system for Cargo contributors. |
| 38 | + [docs](https://doc.crates.io/contrib/issues.html) |
| 39 | + [#11995](https://github.com/rust-lang/cargo/pull/11995) |
| 40 | + [#12002](https://github.com/rust-lang/cargo/pull/12002) |
| 41 | + [#12003](https://github.com/rust-lang/cargo/pull/12003) |
| 42 | + |
3 | 43 | ## Cargo 1.70 (2023-06-01)
|
4 | 44 | [9880b408...rust-1.70.0](https://github.com/rust-lang/cargo/compare/9880b408...rust-1.70.0)
|
5 | 45 |
|
|
0 commit comments