mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-26 09:42:00 -07: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"
|
build = "build.rs"
|
||||||
autotests = false
|
autotests = false
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
rust-version = "1.65"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
bench = false
|
bench = false
|
||||||
|
Reference in New Issue
Block a user