edition: set edition=2018

This commit is contained in:
Andrew Gallant
2021-06-01 19:31:27 -04:00
parent 459a9c5637
commit 77a9e99964
9 changed files with 9 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/regex"
readme = "README.md"
keywords = ["regex", "grep", "search", "pattern", "line"]
license = "Unlicense/MIT"
edition = "2018"
[dependencies]
aho-corasick = "0.7.3"