Skip to content

Commit bc45e5e

Browse files
author
github-actions
committed
Update Nostr SDK Swift bindings to version 0.39.0
1 parent 999316a commit bc45e5e

File tree

2 files changed

+6564
-3630
lines changed

2 files changed

+6564
-3630
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.38.0/nostr_sdkFFI.xcframework.zip", checksum: "a23b9f4138c1978022824afd20fa1abfd15761e5018539ace87c8e8a87843a2c"),
17+
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.39.0/nostr_sdkFFI.xcframework.zip", checksum: "c0629f5dd5db21a802f453692c14eecfc2dd412f888d0493880dd80ef51a8eea"),
1818
.target(name: "NostrSDK", dependencies: ["nostr_sdkFFI"]),
1919
]
2020
)

0 commit comments

Comments
 (0)