From 8588ea13f71d38f299da7639625ea0b0f95c1761 Mon Sep 17 00:00:00 2001 From: "daniel.eades" Date: Fri, 1 Mar 2024 13:35:50 +0000 Subject: [PATCH] add the MSRV to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 64a8568..090d9d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ categories = ["api-bindings", "os::windows-apis"] repository = "https://github.com/mullvad/windows-service-rs" license = "MIT OR Apache-2.0" edition = "2021" +rust-version = "1.58.0" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc"