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