Skip to content

Commit

Permalink
Update Nostr SDK Swift bindings to version 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 7, 2024
1 parent 0c2a1fe commit dde66c9
Show file tree
Hide file tree
Showing 2 changed files with 533 additions and 120 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
],
dependencies: [],
targets: [
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.13.0-alpha.2/nostr_sdkFFI.xcframework.zip", checksum: "9b7295c510618ef797bf6851a27a07a4733899479acb08909b24df1c3b551713"),
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.32.0/nostr_sdkFFI.xcframework.zip", checksum: "15da569c03b6b6bee25d46ebaddccf820060c22379e710cde63447b9b0eb2e26"),
.target(name: "NostrSDK", dependencies: ["nostr_sdkFFI"]),
]
)
Loading

0 comments on commit dde66c9

Please sign in to comment.