Skip to content

Commit a79330a

Browse files
author
github-actions
committed
Update Nostr SDK Swift bindings to version 0.0.2
1 parent 89cff13 commit a79330a

File tree

2 files changed

+2947
-291
lines changed

2 files changed

+2947
-291
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.1/nostr_sdkFFI.xcframework.zip", checksum: "964ffb31c9c8ddb4c7ddd954d741225f9c712db2f5fb6955de9fd8a72bff4cff"),
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"),
1919
.target(name: "NostrSDK", dependencies: ["nostr_sdkFFI"]),
2020
]
2121
)

0 commit comments

Comments
 (0)