-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update cargo #121380
Update cargo #121380
Conversation
Some changes occurred in src/tools/cargo cc @ehuss |
rust-lang/cargo#13468 shouldn't fail anything as compiler plugin has been removed. @bors r+ rollup=never p=1 |
☀️ Test successful - checks-actions |
Finished benchmarking commit (0987e41): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 640.589s -> 640.751s (0.03%) |
9 commits in 7b7af3077bff8d60b7f124189bc9de227d3063a9..194a60b2952bd5d12ba15dd2577a97eed7d3c587
2024-02-17 14:13:00 +0000 to 2024-02-21 01:53:45 +0000
sysroot_host_libdir
(fix: remove unusedsysroot_host_libdir
cargo#13468)target.<triple>.rustdocflags
officially (feat: supporttarget.<triple>.rustdocflags
officially cargo#13197)Config
toGlobalContext
(chore: RenameConfig
toGlobalContext
cargo#13409)rust-version
when generating lockfile (feat: respectrust-version
when generating lockfile cargo#12861)r? ghost