mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-25 09:11:57 -07:00
core: polish the core of ripgrep
This I believe finishes are quest to do mechanical updates to ripgrep's style, bringing it in line with my current practice (loosely speaking).
This commit is contained in:
@@ -23,8 +23,8 @@ exclude = [
|
||||
]
|
||||
build = "build.rs"
|
||||
autotests = false
|
||||
edition = "2018"
|
||||
rust-version = "1.70"
|
||||
edition = "2021"
|
||||
rust-version = "1.72"
|
||||
|
||||
[[bin]]
|
||||
bench = false
|
||||
|
Reference in New Issue
Block a user