File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 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 )
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.
You can’t perform that action at this time.
0 commit comments