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

Commit c2ddd8d

Browse files
author
github-actions
committed
Update Nostr Swift bindings to version 0.8.0
1 parent f83b2ec commit c2ddd8d

File tree

2 files changed

+322
-159
lines changed

2 files changed

+322
-159
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.7.1/nostrFFI.xcframework.zip", checksum: "ee82b3e059cc2664ecd9ba7f902c0cfc2a7ba262b7e15cbcda00ba5809aadb00"),
17+
.binaryTarget(name: "nostrFFI", url: "https://github.com/rust-nostr/nostr-swift/releases/download/0.8.0/nostrFFI.xcframework.zip", checksum: "8f5beb56d213f1971733aaa8c77e59065ba275de40eb1473de35160c2e782ab2"),
1818
.target(name: "Nostr", dependencies: ["nostrFFI"]),
1919
]
2020
)

0 commit comments

Comments
 (0)