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

Commit 84ab178

Browse files
author
github-actions
committed
Update Nostr Swift bindings to version 0.35.0
1 parent 7f18236 commit 84ab178

File tree

2 files changed

+473
-211
lines changed

2 files changed

+473
-211
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.34.0/nostrFFI.xcframework.zip", checksum: "5a7ae2898b09439f5ae56788d8cb88736cf7f44178b36290aa5f14f6a287c400"),
17+
.binaryTarget(name: "nostrFFI", url: "https://github.com/rust-nostr/nostr-swift/releases/download/0.35.0/nostrFFI.xcframework.zip", checksum: "66c02ba27baac04c2dbbf4cb303640e13cda7ba5a91181fcea3fbd3d1d412558"),
1818
.target(name: "Nostr", dependencies: ["nostrFFI"]),
1919
]
2020
)

0 commit comments

Comments
 (0)