1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 14:34:02 +00:00

Enable apple-app-store feature

This commit is contained in:
Bernd Schoolmann
2024-11-18 11:30:52 +01:00
parent 1e7511b7dc
commit ef36d81aee

View File

@@ -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 }