cargo: remove dependency patches

I'm too lazy to fixup old commits.
This commit is contained in:
Andrew Gallant
2023-10-09 20:14:34 -04:00
parent dd810779d4
commit 7099e174ac
2 changed files with 6 additions and 5 deletions

View File

@@ -48,11 +48,6 @@ members = [
"crates/ignore",
]
[patch.crates-io]
regex = { path = "/home/andrew/rust/regex" }
regex-automata = { path = "/home/andrew/rust/regex/regex-automata" }
regex-syntax = { path = "/home/andrew/rust/regex/regex-syntax" }
[dependencies]
bstr = "1.6.0"
grep = { version = "0.2.12", path = "crates/grep" }