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

Commit fc84be7

Browse files
author
github-actions
committed
Update Nostr Swift bindings to version 0.10.0
1 parent d0e2246 commit fc84be7

File tree

2 files changed

+5290
-2000
lines changed

2 files changed

+5290
-2000
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.9.0/nostrFFI.xcframework.zip", checksum: "922bd57c9f4bdc237598dc156bf02547c2a22f8ff7da927f3502e810beb81add"),
17+
.binaryTarget(name: "nostrFFI", url: "https://github.com/rust-nostr/nostr-swift/releases/download/0.10.0/nostrFFI.xcframework.zip", checksum: "f7ce3f38342ebfb554361a3000f4bde04675d9b26865d0190fda39bb5ff6ecca"),
1818
.target(name: "Nostr", dependencies: ["nostrFFI"]),
1919
]
2020
)

0 commit comments

Comments
 (0)