From 9527c7a6eedf2dd33b6d019ee9e3cebcf98e1c6f Mon Sep 17 00:00:00 2001 From: Khyber Sen Date: Wed, 28 Aug 2024 16:24:36 -0700 Subject: [PATCH] `Cargo.toml`: set `rust-version` to our pinned nightly --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5c07c866c..07e71cab2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,7 @@ exclude = [ version = "0.19.0" authors = ["The C2Rust Project Developers "] edition = "2021" +rust-version = "1.65" readme = "README.md" homepage = "https://c2rust.com/" repository = "https://github.com/immunant/c2rust/"