summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Touchet <alextouchet@outlook.com>2022-12-21 04:37:09 -0800
committerGitHub <noreply@github.com>2022-12-21 07:37:09 -0500
commit61101289fabc032fd8e90009c41d0b78e6dfc9a2 (patch)
tree9e8e1d895846eff21ee1253841fa9cb6c12a7313
parent13faa39b661aac0b0c3e88fc026670c089be303a (diff)
cargo: set rust-version
This should hopefully make compilation errors from using an older-than-supported compiler more helpful. PR #2373
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fb78fcb4..84f00e7c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,7 @@ exclude = ["HomebrewFormula"]
build = "build.rs"
autotests = false
edition = "2018"
+rust-version = "1.65"
[[bin]]
bench = false