summaryrefslogtreecommitdiffstats
path: root/crates/searcher/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/searcher/Cargo.toml')
-rw-r--r--crates/searcher/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/searcher/Cargo.toml b/crates/searcher/Cargo.toml
index 57448388..8d3eda8d 100644
--- a/crates/searcher/Cargo.toml
+++ b/crates/searcher/Cargo.toml
@@ -11,6 +11,7 @@ repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/searcher"
readme = "README.md"
keywords = ["regex", "grep", "egrep", "search", "pattern"]
license = "Unlicense/MIT"
+edition = "2018"
[dependencies]
bstr = { version = "0.2.0", default-features = false, features = ["std"] }