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

Commit 7072ed2

Browse files
author
github-actions
committed
Update Nostr Swift bindings to version 0.0.3
1 parent d35c94d commit 7072ed2

File tree

2 files changed

+1732
-109
lines changed

2 files changed

+1732
-109
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.2/nostrFFI.xcframework.zip", checksum: "0cd2f26579f9fdb3da3e91e71a8db4da1581db0cd5dbcc59956e8fa5aa1fe4c3"),
18+
.binaryTarget(name: "nostrFFI", url: "https://github.com/rust-nostr/nostr-swift/releases/download/0.0.3/nostrFFI.xcframework.zip", checksum: "5adeb327b7f4bd698ecedf2f1df96b0852b5ff6892c23d751a2cb20e7d8610fc"),
1919
.target(name: "Nostr", dependencies: ["nostrFFI"]),
2020
]
2121
)

0 commit comments

Comments
 (0)