mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-25 09:11:57 -07:00
deps: drop temporary patch and move to bstr 1.6
Now that regex 1.9 is out, we can depend on it from crates.io.
This commit is contained in:
@@ -19,11 +19,6 @@ autotests = false
|
||||
edition = "2018"
|
||||
rust-version = "1.65"
|
||||
|
||||
[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" }
|
||||
|
||||
[[bin]]
|
||||
bench = false
|
||||
path = "crates/core/main.rs"
|
||||
@@ -47,7 +42,7 @@ members = [
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
bstr = "1.1.0"
|
||||
bstr = "1.6.0"
|
||||
grep = { version = "0.2.12", path = "crates/grep" }
|
||||
ignore = { version = "0.4.19", path = "crates/ignore" }
|
||||
lazy_static = "1.1.0"
|
||||
|
Reference in New Issue
Block a user