From 9b28ecde8e839bf90cde5eaa39f07c4e45fa8a61 Mon Sep 17 00:00:00 2001 From: M2kar Date: Sat, 14 Sep 2024 11:40:46 +0800 Subject: [PATCH] fix compile error due to rust version format (#332) --- easytier/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easytier/Cargo.toml b/easytier/Cargo.toml index 25b4704..7cf2aa4 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.77" +rust-version = "1.77.0" license-file = "LICENSE" readme = "README.md"