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

Commit c224dc7

Browse files
author
github-actions
committed
Update Nostr Swift bindings to version 0.0.5
1 parent cb62d55 commit c224dc7

File tree

2 files changed

+450
-367
lines changed

2 files changed

+450
-367
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
dependencies: [
1616
],
1717
targets: [
18-
.binaryTarget(name: "nostrFFI", url: "https://github.com/rust-nostr/nostr-swift/releases/download/0.0.4/nostrFFI.xcframework.zip", checksum: "ca119093aae06f470e3f83114470b7a68ecb4b2522ee334c8addfdcec34812c7"),
18+
.binaryTarget(name: "nostrFFI", url: "https://github.com/rust-nostr/nostr-swift/releases/download/0.0.5/nostrFFI.xcframework.zip", checksum: "d68d6179768fd7864ae95204e04a2ad1172198ba8ccc41e0484c9af474ddb625"),
1919
.target(name: "Nostr", dependencies: ["nostrFFI"]),
2020
]
2121
)

0 commit comments

Comments
 (0)