Skip to content

Commit 3d8e0ca

Browse files
author
github-actions
committed
Update Nostr SDK Swift bindings to version 0.37.0
1 parent 81820a9 commit 3d8e0ca

File tree

2 files changed

+4234
-4281
lines changed

2 files changed

+4234
-4281
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.36.0/nostr_sdkFFI.xcframework.zip", checksum: "3734d0bc20b2da5686b8bdcae25478b461c316b6bc28ae9d762b655fc7849f5f"),
17+
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.37.0/nostr_sdkFFI.xcframework.zip", checksum: "99d7da4ad930c92488fd802b02cfda6b17ad9e2dcfa5a8524eff75f2145a50e4"),
1818
.target(name: "NostrSDK", dependencies: ["nostr_sdkFFI"]),
1919
]
2020
)

0 commit comments

Comments
 (0)