Skip to content

Commit c147034

Browse files
author
github-actions
committed
Update Nostr SDK Swift bindings to version 0.7.0
1 parent acd84d1 commit c147034

File tree

3 files changed

+6774
-2381
lines changed

3 files changed

+6774
-2381
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.6.0/nostr_sdkFFI.xcframework.zip", checksum: "1880d85acbf0eb307b758cf9a474194004999ce83ec650d5f70040b7bb071751"),
17+
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.7.0/nostr_sdkFFI.xcframework.zip", checksum: "215488cf8f18dcfa17f15e77fffb9e921e72afab896e84c4cb1f58a26f8dea5e"),
1818
.target(name: "NostrSDK", dependencies: ["nostr_sdkFFI"]),
1919
]
2020
)

0 commit comments

Comments
 (0)