Skip to content

Commit 1e4073e

Browse files
author
github-actions
committed
Update Nostr SDK Swift bindings to version 0.11.0
1 parent 4dd70fa commit 1e4073e

File tree

3 files changed

+5350
-4369
lines changed

3 files changed

+5350
-4369
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.10.0/nostr_sdkFFI.xcframework.zip", checksum: "c825d92fbc101a6ca9fbfd1aa541162b2fe21cf7aa4a3ecddc252677ac92e55c"),
17+
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.11.0/nostr_sdkFFI.xcframework.zip", checksum: "fb24a4fbc4c7db8e513189fb5b3e13bc6becbdf7a25793b5a0b768437f6671a2"),
1818
.target(name: "NostrSDK", dependencies: ["nostr_sdkFFI"]),
1919
]
2020
)

0 commit comments

Comments
 (0)