summaryrefslogtreecommitdiffstats
path: root/crates/pcre2
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/pcre2
parent459a9c563706ef84b8710fab8727b770552ed29c (diff)
edition: set edition=2018
Diffstat (limited to 'crates/pcre2')
-rw-r--r--crates/pcre2/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/pcre2/Cargo.toml b/crates/pcre2/Cargo.toml
index 79fcf436..ec84f526 100644
--- a/crates/pcre2/Cargo.toml
+++ b/crates/pcre2/Cargo.toml
@@ -11,6 +11,7 @@ repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/pcre2"
readme = "README.md"
keywords = ["regex", "grep", "pcre", "backreference", "look"]
license = "Unlicense/MIT"
+edition = "2018"
[dependencies]
grep-matcher = { version = "0.1.2", path = "../matcher" }