Skip to content

Commit 5c67dc1

Browse files
author
github-actions
committed
Update Nostr SDK Swift bindings to version 0.13.0-alpha.1
1 parent 21f8f55 commit 5c67dc1

File tree

3 files changed

+6248
-4014
lines changed

3 files changed

+6248
-4014
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.12.1/nostr_sdkFFI.xcframework.zip", checksum: "afa392c4aeec2f2340cc230e01a93e32cbb2b6835415beac4d7571516cb0cc3b"),
17+
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.13.0-alpha.1/nostr_sdkFFI.xcframework.zip", checksum: "a82e11bdda990768febb1849388457ec046b9ee98a56025d73d846fa0ebc2850"),
1818
.target(name: "NostrSDK", dependencies: ["nostr_sdkFFI"]),
1919
]
2020
)

0 commit comments

Comments
 (0)