-
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 #112120
Update cargo #112120
Conversation
Some changes occurred in src/tools/cargo cc @ehuss |
Oh I need to update |
rust-lang/cargo#10910 starts emitting warning if resolver is not set for 2021 edition package. We want to surpress the warning for now.
r? @ehuss I added it to four Cargo.toml. Any other place I missed needs `resolver = "1"? |
I think that looks correct. I went ahead and opened rust-lang/stdarch#1435 to cover the stdarch submodule. @bors r+ p=1 |
☀️ Test successful - checks-actions |
Finished benchmarking commit (f51fca3): 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: 643.102s -> 643.402s (0.05%) |
17 commits in 64fb38c97ac4d3a327fc9032c862dd28c8833b17..f7b95e31642e09c2b6eabb18ed75007dda6677a0
2023-05-23 18:53:23 +0000 to 2023-05-30 19:25:02 +0000
make_dep_prefix
implementation (refactor: de-depulicatemake_dep_prefix
implementation cargo#12203)[features]
table (fix(add): Reduce the chance we re-format the user's[features]
table cargo#12191)Cargo.lock
conflicts in the Cargo FAQ (Add a description ofCargo.lock
conflicts in the Cargo FAQ cargo#12185)-Z
flags (chore: Lexicographically order-Z
flags cargo#12182)LIBPATH
. (fix: AIX searches dynamic libraries inLIBPATH
. cargo#11968)debuginfo
options match between cargo and rustc (Test that the newdebuginfo
options match between cargo and rustc cargo#12022)r? @ghost