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

Commit 2c95f2d

Browse files
author
github-actions
committed
Update Nostr Swift bindings to version 0.0.4
1 parent 4a64269 commit 2c95f2d

File tree

2 files changed

+1852
-1417
lines changed

2 files changed

+1852
-1417
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.3/nostrFFI.xcframework.zip", checksum: "5adeb327b7f4bd698ecedf2f1df96b0852b5ff6892c23d751a2cb20e7d8610fc"),
18+
.binaryTarget(name: "nostrFFI", url: "https://github.com/rust-nostr/nostr-swift/releases/download/0.0.4/nostrFFI.xcframework.zip", checksum: "ca119093aae06f470e3f83114470b7a68ecb4b2522ee334c8addfdcec34812c7"),
1919
.target(name: "Nostr", dependencies: ["nostrFFI"]),
2020
]
2121
)

0 commit comments

Comments
 (0)