Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit b04667b

Browse files
Treehugger RobotGerrit Code Review
authored andcommitted
Merge "rust: crate_tool: Sort patches directory before using" into main
2 parents 1b15809 + 7109e74 commit b04667b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/external_crates/crate_tool/src/managed_crate.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ impl<State: ManagedCrateState> ManagedCrate<State> {
131131
patches.push(entry.path());
132132
}
133133
}
134+
patches.sort();
134135

135136
Ok(patches)
136137
}

0 commit comments

Comments
 (0)