Skip to content

Commit 75e99b6

Browse files
author
github-actions
committed
Update Nostr SDK Swift bindings to version 0.0.5
1 parent 4c7f6f3 commit 75e99b6

File tree

2 files changed

+637
-517
lines changed

2 files changed

+637
-517
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.4/nostr_sdkFFI.xcframework.zip", checksum: "ee7d67dd2eb65d91e4d1832ac06e5e3adb97097ec82fb4d3050d87e48231d739"),
18+
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.0.5/nostr_sdkFFI.xcframework.zip", checksum: "e1878ff756acc31d461af228179dbe0eb3b8601f35d628f82a2e2d027e0c9146"),
1919
.target(name: "NostrSDK", dependencies: ["nostr_sdkFFI"]),
2020
]
2121
)

0 commit comments

Comments
 (0)