-
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 #112859
Update cargo #112859
Conversation
Some changes occurred in src/tools/cargo cc @ehuss |
Will @bors r+ p=1 rollup=never |
☀️ Test successful - checks-actions |
Finished benchmarking commit (4457658): 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: 657.077s -> 657.959s (0.13%) |
12 commits in 0c14026aa84ee2ec4c67460c0a18abc8519ca6b2..dead4b8740c4b6a8ed5211e37c99cf81d01c3b1c
2023-06-14 18:43:05 +0000 to 2023-06-20 20:07:17 +0000
-Zjobserver-per-rustc
again (fix: remove-Zjobserver-per-rustc
again cargo#12285)cargo test
(docs: some tweaks aroundcargo test
cargo#12288)doctest-in-workspace
by default (Enabledoctest-in-workspace
by default cargo#12221)target/
(fix(embeded): Don't pollute the scripts dir withtarget/
cargo#12282)syn
for parsing doc comments (refactor(embedded): Switch tosyn
for parsing doc comments cargo#12258)r? @ghost