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

Commit 7f18236

Browse files
author
github-actions
committed
Update Nostr Swift bindings to version 0.34.0
1 parent 6008cbd commit 7f18236

File tree

2 files changed

+256
-345
lines changed

2 files changed

+256
-345
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.33.0/nostrFFI.xcframework.zip", checksum: "f0a4a4b89cf5a95aef00ce3707c837e28dd8ec7e5578fe3c2e092bacfe243d69"),
17+
.binaryTarget(name: "nostrFFI", url: "https://github.com/rust-nostr/nostr-swift/releases/download/0.34.0/nostrFFI.xcframework.zip", checksum: "5a7ae2898b09439f5ae56788d8cb88736cf7f44178b36290aa5f14f6a287c400"),
1818
.target(name: "Nostr", dependencies: ["nostrFFI"]),
1919
]
2020
)

0 commit comments

Comments
 (0)