From 7d781aa08b95c2d9c5c847920adf70dd477efeaa Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Sat, 12 Aug 2023 16:12:26 -0700 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 8d304a13..1808b9e8 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "object" version = "0.31.1" edition = "2018" +rust-version = "1.60" exclude = ["/.github", "/testfiles"] keywords = ["object", "elf", "mach-o", "pe", "coff"] license = "Apache-2.0 OR MIT"