Skip to content

Commit 3d7915e

Browse files
author
github-actions
committed
Update Nostr SDK Swift bindings to version 0.33.0
1 parent d05db37 commit 3d7915e

File tree

3 files changed

+1461
-760
lines changed

3 files changed

+1461
-760
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
],
1515
dependencies: [],
1616
targets: [
17-
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.32.2/nostr_sdkFFI.xcframework.zip", checksum: "a2013d2483fedb59f4ae777f540d0cfdbbbf8bdb4b1208bdb7b658c1b5bf491c"),
17+
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.33.0/nostr_sdkFFI.xcframework.zip", checksum: "770d0a44a9007785fb2055e5b1285d9d957549107547974d543eb9b59fefcfe5"),
1818
.target(name: "NostrSDK", dependencies: ["nostr_sdkFFI"]),
1919
]
2020
)

0 commit comments

Comments
 (0)