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

Commit 0b03388

Browse files
author
github-actions
committed
Update Nostr Swift bindings to version 0.7.0
1 parent 3b9d0f8 commit 0b03388

File tree

2 files changed

+6439
-2356
lines changed

2 files changed

+6439
-2356
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.6.0/nostrFFI.xcframework.zip", checksum: "a0cb9b8c54bdd4168f3d63410e17b9e50520087f22c3000268f4efb642dab4e2"),
17+
.binaryTarget(name: "nostrFFI", url: "https://github.com/rust-nostr/nostr-swift/releases/download/0.7.0/nostrFFI.xcframework.zip", checksum: "864cb5615ba9b567792bf7fa6f61018a0a4320897a972495e2c3ae7714bb356c"),
1818
.target(name: "Nostr", dependencies: ["nostrFFI"]),
1919
]
2020
)

0 commit comments

Comments
 (0)