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 a29f829 commit 9943657Copy full SHA for 9943657
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.42.0/nostr_sdkFFI.xcframework.zip", checksum: "2491db10638646cce32ff9eb3f8d68b4144e913818f0ab389057c5b597e1f9b8"),
+ .binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.42.1/nostr_sdkFFI.xcframework.zip", checksum: "b900cb3bc99aec3924a56ca820724738ea1d47bc1451c4b385934e4889e7f46c"),
18
.target(name: "NostrSDK", dependencies: ["nostr_sdkFFI"]),
19
]
20
)
0 commit comments