-
Notifications
You must be signed in to change notification settings - Fork 14k
Update cargo #116844
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 #116844
Conversation
|
Some changes occurred in src/tools/cargo cc @ehuss |
|
@bors r+ p=1 rollup=never |
|
☀️ Test successful - checks-actions |
|
Finished benchmarking commit (bb74d1f): 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: 623.96s -> 627.198s (0.52%) |
57: Pull upstream master 2023 10 18 r=pietroalbini a=Veykril * rust-lang/rust#116505 * rust-lang/rust#116840 * rust-lang/rust#116767 * rust-lang/rust#116855 * rust-lang/rust#116827 * rust-lang/rust#116787 * rust-lang/rust#116719 * rust-lang/rust#116717 * rust-lang/rust#111072 * rust-lang/rust#116844 * rust-lang/rust#115577 * rust-lang/rust#116756 * rust-lang/rust#116518 Co-authored-by: Urgau <[email protected]> Co-authored-by: Esteban Küber <[email protected]> Co-authored-by: Deadbeef <[email protected]> Co-authored-by: Ralf Jung <[email protected]> Co-authored-by: Camille GILLOT <[email protected]> Co-authored-by: Celina G. Val <[email protected]> Co-authored-by: Nicholas Nethercote <[email protected]> Co-authored-by: Arthur Lafrance <[email protected]> Co-authored-by: Nikolay Arhipov <[email protected]> Co-authored-by: Nikita Popov <[email protected]> Co-authored-by: bors <[email protected]>
17 commits in 6fa6fdc7606cfa664f9bee2fb33ee2ed904f4e88..ff768b45b302efd488178b31b35489e4fabb8799
2023-10-10 23:06:08 +0000 to 2023-10-17 12:51:31 +0000
cargo remove --help(Clarify flag behavior incargo remove --helpcargo#12823)--in manpage (doc(cargo-login): mention args after--in manpage cargo#12832)cargo login -- <arg>(changelog: add compat notice forcargo login -- <arg>cargo#12830)-Vshort argument (Add test for-Vshort argument cargo#12822)publicdependency configuration with workspace deps (Supportpublicdependency configuration with workspace deps cargo#12817)--pathflag (Better suggestion for unsupported--pathflag cargo#12811)--targetand--excludeflags (Add unsupported short flag suggestion for--targetand--excludeflags cargo#12805)r? ghost