mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-04 21:52:54 +02:00
cargo: set rust-version
This should hopefully make compilation errors from using an older-than-supported compiler more helpful. PR #2373
This commit is contained in:
@ -17,6 +17,7 @@ exclude = ["HomebrewFormula"]
|
||||
build = "build.rs"
|
||||
autotests = false
|
||||
edition = "2018"
|
||||
rust-version = "1.65"
|
||||
|
||||
[[bin]]
|
||||
bench = false
|
||||
|
Reference in New Issue
Block a user