Update Cargo.toml

This commit is contained in:
RustDesk 2023-11-09 15:46:42 +08:00 committed by GitHub
parent e9e3a436eb
commit 0654b8e427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,8 @@ libc = "0.2"
dlopen = "0.1"
toml = "0.7"
uuid = { version = "1.3", features = ["v4"] }
sysinfo = {git = "https://github.com/GuillaumeGomez/sysinfo"}
# crash, versions >= 0.29.1 are affected by #GuillaumeGomez/sysinfo/1052
sysinfo = { git = "https://github.com/rustdesk-org/sysinfo" }
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
mac_address = "1.1"