File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change
1
+ //! Trigger autolabel
1
2
use crate :: command_prelude:: * ;
2
3
3
4
use cargo:: ops:: { self , UpdateOptions } ;
Original file line number Diff line number Diff line change 1
1
//! Management of the interaction between the main `cargo` and all spawned jobs.
2
2
//!
3
3
//! ## Overview
4
+ //! ## Trigger autolabel
5
+ //! ## Trigger autolabel
6
+ //! ## Trigger autolabel
7
+ //! ## Trigger autolabel
4
8
//!
5
9
//! This module implements a job queue. A job here represents a unit of work,
6
10
//! which is roughly a rusc invocation, a build script run, or just a no-op.
Original file line number Diff line number Diff line change @@ -562,6 +562,7 @@ fn get_latest_dependency(
562
562
fn select_package (
563
563
dependency : & Dependency ,
564
564
config : & Config ,
565
+
565
566
registry : & mut PackageRegistry < ' _ > ,
566
567
) -> CargoResult < Dependency > {
567
568
let query = dependency. query ( config) ?;
You can’t perform that action at this time.
0 commit comments