There was an error while loading. Please reload this page.
2 parents cad3c7b + 9a44555 commit fed2caaCopy full SHA for fed2caa
Cargo.toml
@@ -29,9 +29,12 @@ vendored = ["dbus-secret-service?/vendored", "openssl?/vendored"]
29
log = "0.4.22"
30
openssl = { version = "0.10.55", optional = true }
31
32
-[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] # see issue #190
+[target.'cfg(target_os = "macos")'.dependencies] # see issue #190
33
security-framework = { version = "3", optional = true }
34
35
+[target.'cfg(target_os = "ios")'.dependencies] # see issue #190
36
+security-framework = { version = "2", optional = true }
37
+
38
[target.'cfg(target_os = "linux")'.dependencies]
39
secret-service = { version = "4", optional = true }
40
zbus = { version = "4", optional = true }
0 commit comments