Skip to content

Commit 5f6c7c3

Browse files
author
github-actions
committed
Update Nostr SDK Swift bindings to version 0.0.4
1 parent d0fe808 commit 5f6c7c3

File tree

2 files changed

+2331
-1813
lines changed

2 files changed

+2331
-1813
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
dependencies: [
1616
],
1717
targets: [
18-
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.0.3/nostr_sdkFFI.xcframework.zip", checksum: "efc532041cf2457bfd862f7276d957fdc486a7e6385fed966aa92728ab7e700a"),
18+
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.0.4/nostr_sdkFFI.xcframework.zip", checksum: "ee7d67dd2eb65d91e4d1832ac06e5e3adb97097ec82fb4d3050d87e48231d739"),
1919
.target(name: "NostrSDK", dependencies: ["nostr_sdkFFI"]),
2020
]
2121
)

0 commit comments

Comments
 (0)