summaryrefslogtreecommitdiffstats
path: root/crates/grep
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-01 19:31:27 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-01 21:07:37 -0400
commit77a9e9996400483eed4a9746759a842d6b774882 (patch)
tree228aec44b55fa294fdc186fba899b7efc48a54a3 /crates/grep
parent459a9c563706ef84b8710fab8727b770552ed29c (diff)
edition: set edition=2018
Diffstat (limited to 'crates/grep')
-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" }