diff --git a/apps/desktop/desktop_native/core/Cargo.toml b/apps/desktop/desktop_native/core/Cargo.toml index 9c418850e55..9a5b47b8a06 100644 --- a/apps/desktop/desktop_native/core/Cargo.toml +++ b/apps/desktop/desktop_native/core/Cargo.toml @@ -60,7 +60,7 @@ rand_chacha = "=0.3.1" pkcs8 = { version = "=0.10.2", features = ["alloc", "encryption", "pem"] } rsa = "=0.9.6" ed25519 = { version = "=2.2.3", features = ["pkcs8"] } -sysinfo = "0.32.0" +sysinfo = { version = "0.32.0", features = ["apple-app-store"] } [target.'cfg(windows)'.dependencies] widestring = { version = "=1.1.0", optional = true }