From a8bb4ee7e5d089b32459f8353959f6ed6c070e93 Mon Sep 17 00:00:00 2001 From: Jiangqiu Shen Date: Wed, 28 Aug 2024 21:06:48 -0400 Subject: [PATCH] Update Cargo.toml (#290) fix compile error metioned in #286 --- easytier/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easytier/Cargo.toml b/easytier/Cargo.toml index 10726c45..569fd499 100644 --- a/easytier/Cargo.toml +++ b/easytier/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" authors = ["kkrainbow"] keywords = ["vpn", "p2p", "network", "easytier"] categories = ["network-programming", "command-line-utilities"] -rust-version = "1.75" +rust-version = "1.77" license-file = "LICENSE" readme = "README.md"