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:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user