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

Commit 516e792

Browse files
author
github-actions
committed
Update Nostr Swift bindings to version 0.11.0
1 parent 6a50d0e commit 516e792

File tree

2 files changed

+3420
-2648
lines changed

2 files changed

+3420
-2648
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.10.0/nostrFFI.xcframework.zip", checksum: "f7ce3f38342ebfb554361a3000f4bde04675d9b26865d0190fda39bb5ff6ecca"),
17+
.binaryTarget(name: "nostrFFI", url: "https://github.com/rust-nostr/nostr-swift/releases/download/0.11.0/nostrFFI.xcframework.zip", checksum: "5fe2a930cd24dea4c42c71beaab8f018d0a42cacd179633c343614dc7d2a7f93"),
1818
.target(name: "Nostr", dependencies: ["nostrFFI"]),
1919
]
2020
)

0 commit comments

Comments
 (0)