Skip to content

Commit 1cd0fbb

Browse files
authored
Merge pull request #28 from tgross35/detect-patches
Use the `patches` table from the workspace manifest if possible
2 parents 5c2fc1e + 5fb0a8b commit 1cd0fbb

File tree

3 files changed

+283
-136
lines changed

3 files changed

+283
-136
lines changed

Cargo.lock

Lines changed: 131 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ tempfile = "3"
1313
rustc_version = "0.4"
1414
anyhow = "1.0"
1515
walkdir = "2.4"
16-
regex = "1.11.1"
16+
toml = { version = "0.8.23", features = ["preserve_order"] }

0 commit comments

Comments
 (0)