From 4e37194e91316eb1d981b46e3f3fe64a7fc17696 Mon Sep 17 00:00:00 2001 From: frack113 <62423083+frack113@users.noreply.github.com> Date: Sat, 26 Oct 2024 18:25:47 +0200 Subject: [PATCH] =?UTF-8?q?build:=20=F0=9F=93=A6=20Update=20MSRV=20to=201.?= =?UTF-8?q?74.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f4aa716..2ec8526 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,7 @@ keywords = [ "rust", ] categories = ["command-line-utilities"] -rust-version = "1.80.1" + [[bin]] name = "wag"