From a07bd90489aa8318a45a5d62889420188827aa8f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= <linus@mullvad.net>
Date: Thu, 22 Aug 2024 10:32:35 +0200
Subject: [PATCH] Set `rust-version` in Cargo.toml

Good practice
---
 system-configuration/Cargo.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/system-configuration/Cargo.toml b/system-configuration/Cargo.toml
index 92cc051..ed5b95c 100644
--- a/system-configuration/Cargo.toml
+++ b/system-configuration/Cargo.toml
@@ -9,6 +9,7 @@ repository = "https://github.com/mullvad/system-configuration-rs"
 license = "MIT OR Apache-2.0"
 readme = "../README.md"
 edition = "2021"
+rust-version = "1.64.0"
 
 [dependencies]
 core-foundation = "0.9"