Skip to content

Commit 7099e17

Browse files
committed
cargo: remove dependency patches
I'm too lazy to fixup old commits.
1 parent dd81077 commit 7099e17

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Cargo.lock

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-5
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ members = [
4848
"crates/ignore",
4949
]
5050

51-
[patch.crates-io]
52-
regex = { path = "/home/andrew/rust/regex" }
53-
regex-automata = { path = "/home/andrew/rust/regex/regex-automata" }
54-
regex-syntax = { path = "/home/andrew/rust/regex/regex-syntax" }
55-
5651
[dependencies]
5752
bstr = "1.6.0"
5853
grep = { version = "0.2.12", path = "crates/grep" }

0 commit comments

Comments
 (0)