We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71e5a6 commit 40c4764Copy full SHA for 40c4764
Package.swift
@@ -14,7 +14,7 @@ let package = Package(
14
],
15
dependencies: [],
16
targets: [
17
- .binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.9.0/nostr_sdkFFI.xcframework.zip", checksum: "6d71eb871f69c0f7fb91d381d4883f55e242b85a3a64d195722c114aa44d6c05"),
+ .binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.9.1/nostr_sdkFFI.xcframework.zip", checksum: "96ae967ff6024d2faec312600c910e8327994bf34e67cef45c8a3cf78715db1c"),
18
.target(name: "NostrSDK", dependencies: ["nostr_sdkFFI"]),
19
]
20
)
0 commit comments