-
Notifications
You must be signed in to change notification settings - Fork 13k
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 #107072
Update cargo #107072
Conversation
3 commits in a5d47a72595dd6fbe7d4e4f6ec20dc5fe724edd1..50eb688c2bbea5de5a2e8496230a7428798089d1 2023-01-16 18:51:50 +0000 to 2023-01-19 10:09:05 +0000 - Normalize git deps when doing `cargo vendor` for resolving deps inherited from a workspace (rust-lang/cargo#11414) - Ignore `workspace.default-members` when running `cargo install` on root package of a non-virtual workspace (rust-lang/cargo#11067) - Corrected documentation of how to cache binaries installed with `cargo install` in CI workflows (rust-lang/cargo#11592)
Some changes occurred in src/tools/cargo cc @ehuss |
Doing this extra update for Cargo due to we want to ship rust-lang/cargo#11414 in 1.68. The underlying issue has affected a considerable amount of people testing workspace inheritance feature with @bors r+ rollup=never p=1 |
☀️ Test successful - checks-actions |
Finished benchmarking commit (a2bf475): 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.
CyclesResultsThis 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.
|
3 commits in a5d47a72595dd6fbe7d4e4f6ec20dc5fe724edd1..50eb688c2bbea5de5a2e8496230a7428798089d1 2023-01-16 18:51:50 +0000 to 2023-01-19 10:09:05 +0000
cargo vendor
for resolving deps inherited from a workspace (Normalize git deps when doingcargo vendor
for resolving deps inherited from a workspace cargo#11414)workspace.default-members
when runningcargo install
on root package of a non-virtual workspace (Ignoreworkspace.default-members
when runningcargo install
on root package of a non-virtual workspace cargo#11067)cargo install
in CI workflows (Corrected documentation of how to cache binaries installed withcargo install
in CI workflows cargo#11592)r? @ghost