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 d0b8fc0 commit d05db37Copy full SHA for d05db37
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.32.1/nostr_sdkFFI.xcframework.zip", checksum: "666800bd59dd1a61991a3bd636bbb4b9f336206e6ee595d633b43918aa8167bd"),
+ .binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.32.2/nostr_sdkFFI.xcframework.zip", checksum: "a2013d2483fedb59f4ae777f540d0cfdbbbf8bdb4b1208bdb7b658c1b5bf491c"),
18
.target(name: "NostrSDK", dependencies: ["nostr_sdkFFI"]),
19
]
20
)
0 commit comments