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

Commit e4434e9

Browse files
author
github-actions
committed
Update Nostr Swift bindings to version 0.32.0
1 parent aecbdb7 commit e4434e9

File tree

2 files changed

+849
-154
lines changed

2 files changed

+849
-154
lines changed

Package.swift

+1-1
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.12.1/nostrFFI.xcframework.zip", checksum: "3f3d63a701d8f33585e0e796ded5890a7d3db63c1b9a7775732b7bd37ded1dd5"),
17+
.binaryTarget(name: "nostrFFI", url: "https://github.com/rust-nostr/nostr-swift/releases/download/0.32.0/nostrFFI.xcframework.zip", checksum: "75f9849a6771e488557ed280c221374fe785853e494d42ce323238e8845c0375"),
1818
.target(name: "Nostr", dependencies: ["nostrFFI"]),
1919
]
2020
)

0 commit comments

Comments
 (0)