File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 26
26
27
27
### Fixed
28
28
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 )
32
29
- Fixed build scripts triggering recompiles when a ` rerun-if-changed ` points to
33
30
a directory whose mtime is not preserved by the filesystem.
34
31
[ #11613 ] ( https://github.com/rust-lang/cargo/pull/11613 )
103
100
[ #11473 ] ( https://github.com/rust-lang/cargo/pull/11473 )
104
101
- Setting ` target.cfg(…).rustflags ` shouldn't erase ` build.rustdocflags ` .
105
102
[ #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 )
106
107
107
108
### Nightly only
108
109
109
110
- Implemented a inital support of asymmetric token authentication for registries.
110
111
([ RFC 3231] ( https://github.com/rust-lang/rfcs/blob/master/text/3231-cargo-asymmetric-tokens.md ) )
111
112
([ docs] ( https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#registry-auth ) )
112
113
[ #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 )
113
116
- Supports ` codegen-backend ` and ` rustflags ` in profiles in config file.
114
117
[ #11562 ] ( https://github.com/rust-lang/cargo/pull/11562 )
115
118
- Suggests ` cargo clippy --fix ` when warnings/errors could be fixed with clippy.
You can’t perform that action at this time.
0 commit comments