Skip to content

Commit 389c03d

Browse files
committed
Auto merge of #11690 - weihanglo:1.68-backport, r=ehuss
Update CHANGELOG for 1.68 backports
2 parents e54a0b5 + ff51188 commit 389c03d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626

2727
### Fixed
2828

29-
- Unsupported `profile.split-debuginfo` options are now ignored,
30-
which previously made Cargo fail to compile on certain platforms.
31-
[#11347](https://github.com/rust-lang/cargo/pull/11347)
3229
- Fixed build scripts triggering recompiles when a `rerun-if-changed` points to
3330
a directory whose mtime is not preserved by the filesystem.
3431
[#11613](https://github.com/rust-lang/cargo/pull/11613)
@@ -103,13 +100,19 @@
103100
[#11473](https://github.com/rust-lang/cargo/pull/11473)
104101
- Setting `target.cfg(…).rustflags` shouldn't erase `build.rustdocflags`.
105102
[#11323](https://github.com/rust-lang/cargo/pull/11323)
103+
- Unsupported `profile.split-debuginfo` options are now ignored,
104+
which previously made Cargo fail to compile on certain platforms.
105+
[#11347](https://github.com/rust-lang/cargo/pull/11347)
106+
[#11633](https://github.com/rust-lang/cargo/pull/11633)
106107

107108
### Nightly only
108109

109110
- Implemented a inital support of asymmetric token authentication for registries.
110111
([RFC 3231](https://github.com/rust-lang/rfcs/blob/master/text/3231-cargo-asymmetric-tokens.md))
111112
([docs](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#registry-auth))
112113
[#10771](https://github.com/rust-lang/cargo/pull/10771)
114+
- Do not error for `auth-required: true` without `-Z sparse-registry`
115+
[#11661](https://github.com/rust-lang/cargo/pull/11661)
113116
- Supports `codegen-backend` and `rustflags` in profiles in config file.
114117
[#11562](https://github.com/rust-lang/cargo/pull/11562)
115118
- Suggests `cargo clippy --fix` when warnings/errors could be fixed with clippy.

0 commit comments

Comments
 (0)