Skip to content

Commit da44fdb

Browse files
author
github-actions
committed
Update Nostr SDK Swift bindings to version 0.9.0
1 parent 9044211 commit da44fdb

File tree

3 files changed

+2904
-997
lines changed

3 files changed

+2904
-997
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.8.0/nostr_sdkFFI.xcframework.zip", checksum: "760c2c253c5820dbe2c49356641e8d4aa7850cf721cacb00fc947492ffc25abf"),
17+
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.9.0/nostr_sdkFFI.xcframework.zip", checksum: "6d71eb871f69c0f7fb91d381d4883f55e242b85a3a64d195722c114aa44d6c05"),
1818
.target(name: "NostrSDK", dependencies: ["nostr_sdkFFI"]),
1919
]
2020
)

0 commit comments

Comments
 (0)