From 07209672485b63530509203d1e957b9ebcd23954 Mon Sep 17 00:00:00 2001 From: AntwortEinesLebens Date: Sun, 27 Oct 2024 17:52:41 +0100 Subject: [PATCH] =?UTF-8?q?build:=20=F0=9F=93=A6=20Restore=20the=20right?= =?UTF-8?q?=20MSRV?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because you change everything without reading errors --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f4aa716..c34b555 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ name = "windows-artifacts-generator" version = "1.0.0" edition = "2021" +rust-version = "1.74.1" description = "Generate malware artifacts for detection tests" documentation = "https://frack113.github.io/WAG/" repository = "https://github.com/frack113/WAG/" @@ -18,7 +19,6 @@ keywords = [ "rust", ] categories = ["command-line-utilities"] -rust-version = "1.80.1" [[bin]] name = "wag"