fix compile error due to rust version format (#332)

This commit is contained in:
M2kar
2024-09-14 11:40:46 +08:00
committed by GitHub
parent 096ed39d23
commit 9b28ecde8e
+1 -1
View File
@@ -8,7 +8,7 @@ edition = "2021"
authors = ["kkrainbow"] authors = ["kkrainbow"]
keywords = ["vpn", "p2p", "network", "easytier"] keywords = ["vpn", "p2p", "network", "easytier"]
categories = ["network-programming", "command-line-utilities"] categories = ["network-programming", "command-line-utilities"]
rust-version = "1.77" rust-version = "1.77.0"
license-file = "LICENSE" license-file = "LICENSE"
readme = "README.md" readme = "README.md"