Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit c55b653

Browse files
author
github-actions
committed
Update Nostr Swift bindings to version 0.12.0
1 parent 708bd95 commit c55b653

File tree

2 files changed

+1177
-919
lines changed

2 files changed

+1177
-919
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: "nostrFFI", url: "https://github.com/rust-nostr/nostr-swift/releases/download/0.11.1/nostrFFI.xcframework.zip", checksum: "dea55e704cf190e4d356fc8e283dafed43bd414bbecee5a7a57893ced67fa444"),
17+
.binaryTarget(name: "nostrFFI", url: "https://github.com/rust-nostr/nostr-swift/releases/download/0.12.0/nostrFFI.xcframework.zip", checksum: "fc6523abb6ee7bb00b4b0cbe00306fcd0d47d7b1f3c09b581fbd3da90750869c"),
1818
.target(name: "Nostr", dependencies: ["nostrFFI"]),
1919
]
2020
)

0 commit comments

Comments
 (0)