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

Commit 6008cbd

Browse files
author
github-actions
committed
Update Nostr Swift bindings to version 0.33.0
1 parent 0f940d4 commit 6008cbd

File tree

2 files changed

+588
-293
lines changed

2 files changed

+588
-293
lines changed

Package.swift

+1-1
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.32.1/nostrFFI.xcframework.zip", checksum: "440c9bb42ef42f6f73bc8c4131917cd48de424d000a43c196aba9c1a3e29f43a"),
17+
.binaryTarget(name: "nostrFFI", url: "https://github.com/rust-nostr/nostr-swift/releases/download/0.33.0/nostrFFI.xcframework.zip", checksum: "f0a4a4b89cf5a95aef00ce3707c837e28dd8ec7e5578fe3c2e092bacfe243d69"),
1818
.target(name: "Nostr", dependencies: ["nostrFFI"]),
1919
]
2020
)

0 commit comments

Comments
 (0)