-
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 #130929
Update cargo #130929
Conversation
Some changes occurred in src/tools/cargo cc @ehuss |
3ce72b4
to
f0677e7
Compare
@bors r+ rollup=never p=1 |
🌲 The tree is currently closed for pull requests below priority 100. This pull request will be tested once the tree is reopened. |
☀️ Test successful - checks-actions |
Finished benchmarking commit (1b6d674): 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)Results (primary -1.1%, secondary 3.5%)This 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: 772.984s -> 774.905s (0.25%) |
19 commits in eaee77dc1584be45949b75e4c4c9a841605e3a4b..80d82ca22abbee5fb7b51fa1abeb1ae34e99e88a
2024-09-19 21:10:23 +0000 to 2024-09-27 17:56:01 +0000
autolib
(feat(toml): Addautolib
cargo#14591)cargo check --message-format json
(fix: correct error count forcargo check --message-format json
cargo#14598)$CARGO_HOME/config
(fix(config): Don't double-warn about$CARGO_HOME/config
cargo#14579)cargo update <TAB>
(feat: Add support for completingcargo update <TAB>
cargo#14552)--dry-run
flag to theinstall
command (Add a--dry-run
flag to theinstall
command cargo#14280)