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

Commit 7981b35

Browse files
author
github-actions
committed
Update Nostr Swift bindings to version 0.6.0
1 parent 8e32aec commit 7981b35

File tree

2 files changed

+5812
-1855
lines changed

2 files changed

+5812
-1855
lines changed

Package.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ let package = Package(
1212
products: [
1313
.library(name: "Nostr", targets: ["nostrFFI", "Nostr"]),
1414
],
15-
dependencies: [
16-
],
15+
dependencies: [],
1716
targets: [
18-
.binaryTarget(name: "nostrFFI", url: "https://github.com/rust-nostr/nostr-swift/releases/download/0.0.5/nostrFFI.xcframework.zip", checksum: "d68d6179768fd7864ae95204e04a2ad1172198ba8ccc41e0484c9af474ddb625"),
17+
.binaryTarget(name: "nostrFFI", url: "https://github.com/rust-nostr/nostr-swift/releases/download/0.6.0/nostrFFI.xcframework.zip", checksum: "a0cb9b8c54bdd4168f3d63410e17b9e50520087f22c3000268f4efb642dab4e2"),
1918
.target(name: "Nostr", dependencies: ["nostrFFI"]),
2019
]
2120
)

0 commit comments

Comments
 (0)