From 56fde3417524845f492737c051f8488f5d682cad Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:19:03 +0100 Subject: [PATCH] Set rust-version in Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c5043342e..54c6a48ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ authors = ["C2Rust"] version = "0.0.0" publish = false edition = "2021" +rust-version = "1.82" [[bin]] name = "bzip2"