Skip to content

Commit 9c5aa33

Browse files
author
github-actions
committed
Update Nostr SDK Swift bindings to version 0.0.3
1 parent 9bcde61 commit 9c5aa33

File tree

2 files changed

+1946
-197
lines changed

2 files changed

+1946
-197
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
dependencies: [
1616
],
1717
targets: [
18-
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.0.2/nostr_sdkFFI.xcframework.zip", checksum: "e1541f6f5cd7d6d6eb954ade9712206f104783876d2e9bd442335e02d11078b8"),
18+
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.0.3/nostr_sdkFFI.xcframework.zip", checksum: "efc532041cf2457bfd862f7276d957fdc486a7e6385fed966aa92728ab7e700a"),
1919
.target(name: "NostrSDK", dependencies: ["nostr_sdkFFI"]),
2020
]
2121
)

0 commit comments

Comments
 (0)