diff --git a/libs/hbb_common/Cargo.toml b/libs/hbb_common/Cargo.toml index 739ca951b..773116409 100644 --- a/libs/hbb_common/Cargo.toml +++ b/libs/hbb_common/Cargo.toml @@ -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"