From 9e4b3f96962a259ad4be1378e7f258c3982c26d1 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Mon, 14 Apr 2025 12:00:55 +0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a3937b8..3c6b72e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,8 @@ toml = "0.7" uuid = { version = "1.16", features = ["v4"] } # new sysinfo issue: https://github.com/rustdesk/rustdesk/pull/6330#issuecomment-2270871442 sysinfo = { git = "https://github.com/rustdesk-org/sysinfo", branch = "rlim_max" } -thiserror = "2.0" +# new flexi_logger failed on nightly rustc 1.75 for x86 +thiserror = "1.0" httparse = "1.10" base64 = "0.22" url = "2.5"