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:
Alex Touchet
2022-12-21 04:37:09 -08:00
committed by GitHub
parent 13faa39b66
commit 61101289fa

View File

@@ -17,6 +17,7 @@ exclude = ["HomebrewFormula"]
build = "build.rs"
autotests = false
edition = "2018"
rust-version = "1.65"
[[bin]]
bench = false