Skip to content

Commit 53e5877

Browse files
committed
docs; update changelog for 1.79.0 for beta-backports
1 parent 8eabb38 commit 53e5877

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
[#13664](https://github.com/rust-lang/cargo/pull/13664)
6666
- Emit 1.77 build script syntax error only when msrv is incompatible.
6767
[#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)
6870
- cargo-init: don't assign `target.name` in Cargo.toml if the value can be inferred.
6971
[#13606](https://github.com/rust-lang/cargo/pull/13606)
7072
- cargo-package: normalize paths in `Cargo.toml`, including replacing `\` with `/`.
@@ -74,6 +76,9 @@
7476

7577
### Fixed
7678

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)
7782
- Dont panic when resolving an empty alias.
7883
[#13613](https://github.com/rust-lang/cargo/pull/13613)
7984
- When using `--target`, the default debuginfo strip rule also applies.
@@ -118,6 +123,8 @@
118123
[#13797](https://github.com/rust-lang/cargo/pull/13797)
119124
[#13740](https://github.com/rust-lang/cargo/pull/13740)
120125
[#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)
121128
- 🔥 `edition2024`: Add default Edition2024 to resolver v3 (MSRV-aware resolver).
122129
[#13785](https://github.com/rust-lang/cargo/pull/13785)
123130
- `edition2024`: Remove underscore field support in 2024.
@@ -190,6 +197,7 @@
190197
[#13692](https://github.com/rust-lang/cargo/pull/13692)
191198
[#13731](https://github.com/rust-lang/cargo/pull/13731)
192199
[#13760](https://github.com/rust-lang/cargo/pull/13760)
200+
[#13950](https://github.com/rust-lang/cargo/pull/13950)
193201

194202
## Cargo 1.78 (2024-05-02)
195203
[7bb7b539...rust-1.78.0](https://github.com/rust-lang/cargo/compare/7bb7b539...rust-1.78.0)

0 commit comments

Comments
 (0)