From c7df539b316013a1490a6b28b1e721d3b66dd5ea Mon Sep 17 00:00:00 2001 From: rustdesk Date: Fri, 29 Dec 2023 16:42:23 +0800 Subject: [PATCH] require rust 1.75 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8db4d61ac..b844f1cfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" build= "build.rs" description = "A remote control software." default-run = "rustdesk" +rust-version = "1.75" [lib] name = "librustdesk"