From ff6ec700a64d332150942d81304dded9efc990b6 Mon Sep 17 00:00:00 2001
From: Shell Chen <me@sorz.org>
Date: Wed, 10 Jan 2024 15:21:21 +0800
Subject: [PATCH] Set MSRV to 1.75.0

---
 Cargo.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Cargo.toml b/Cargo.toml
index af9457d..8c6a3a5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,7 @@ repository = "https://github.com/sorz/moproxy"
 license = "MIT"
 keywords = ["proxy", "socksv5"]
 categories = ["command-line-utilities"]
+rust-version = "1.75.0"
 
 [dependencies]
 rand = "0.8"