From 61101289fabc032fd8e90009c41d0b78e6dfc9a2 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Wed, 21 Dec 2022 04:37:09 -0800 Subject: cargo: set rust-version This should hopefully make compilation errors from using an older-than-supported compiler more helpful. PR #2373 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3