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 vendorfor resolving deps inherited from a workspace (Normalize git deps when doingcargo vendorfor resolving deps inherited from a workspace cargo#11414)workspace.default-memberswhen runningcargo installon root package of a non-virtual workspace (Ignoreworkspace.default-memberswhen runningcargo installon root package of a non-virtual workspace cargo#11067)cargo installin CI workflows (Corrected documentation of how to cache binaries installed withcargo installin CI workflows cargo#11592)r? @ghost