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

Commit

Permalink
Merge "rust: crate_tool: Sort patches directory before using" into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Treehugger Robot authored and Gerrit Code Review committed Jan 7, 2025
2 parents 1b15809 + 7109e74 commit b04667b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/external_crates/crate_tool/src/managed_crate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ impl<State: ManagedCrateState> ManagedCrate<State> {
patches.push(entry.path());
}
}
patches.sort();

Ok(patches)
}
Expand Down

0 comments on commit b04667b

Please sign in to comment.