|
65 | 65 | [#13664](https://github.com/rust-lang/cargo/pull/13664)
|
66 | 66 | - Emit 1.77 build script syntax error only when msrv is incompatible.
|
67 | 67 | [#13808](https://github.com/rust-lang/cargo/pull/13808)
|
| 68 | +- Don't warn on `lints.rust.unexpected_cfgs.check-cfg`. |
| 69 | + [#13925](https://github.com/rust-lang/cargo/pull/13925) |
68 | 70 | - cargo-init: don't assign `target.name` in Cargo.toml if the value can be inferred.
|
69 | 71 | [#13606](https://github.com/rust-lang/cargo/pull/13606)
|
70 | 72 | - cargo-package: normalize paths in `Cargo.toml`, including replacing `\` with `/`.
|
|
74 | 76 |
|
75 | 77 | ### Fixed
|
76 | 78 |
|
| 79 | +- Ensure `--config net.git-fetch-with-cli=true` is respected. |
| 80 | + [#13992](https://github.com/rust-lang/cargo/pull/13992) |
| 81 | + [#13997](https://github.com/rust-lang/cargo/pull/13997) |
77 | 82 | - Dont panic when resolving an empty alias.
|
78 | 83 | [#13613](https://github.com/rust-lang/cargo/pull/13613)
|
79 | 84 | - When using `--target`, the default debuginfo strip rule also applies.
|
|
118 | 123 | [#13797](https://github.com/rust-lang/cargo/pull/13797)
|
119 | 124 | [#13740](https://github.com/rust-lang/cargo/pull/13740)
|
120 | 125 | [#13801](https://github.com/rust-lang/cargo/pull/13801)
|
| 126 | + [#13852](https://github.com/rust-lang/cargo/pull/13852) |
| 127 | + [#13853](https://github.com/rust-lang/cargo/pull/13853) |
121 | 128 | - 🔥 `edition2024`: Add default Edition2024 to resolver v3 (MSRV-aware resolver).
|
122 | 129 | [#13785](https://github.com/rust-lang/cargo/pull/13785)
|
123 | 130 | - `edition2024`: Remove underscore field support in 2024.
|
|
190 | 197 | [#13692](https://github.com/rust-lang/cargo/pull/13692)
|
191 | 198 | [#13731](https://github.com/rust-lang/cargo/pull/13731)
|
192 | 199 | [#13760](https://github.com/rust-lang/cargo/pull/13760)
|
| 200 | + [#13950](https://github.com/rust-lang/cargo/pull/13950) |
193 | 201 |
|
194 | 202 | ## Cargo 1.78 (2024-05-02)
|
195 | 203 | [7bb7b539...rust-1.78.0](https://github.com/rust-lang/cargo/compare/7bb7b539...rust-1.78.0)
|
|
0 commit comments