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

Commit

Permalink
Update Nostr Swift bindings to version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 16, 2024
1 parent c3259c4 commit 592be1e
Show file tree
Hide file tree
Showing 2 changed files with 1,639 additions and 661 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
],
dependencies: [],
targets: [
.binaryTarget(name: "nostrFFI", url: "https://github.com/rust-nostr/nostr-swift/releases/download/0.8.0/nostrFFI.xcframework.zip", checksum: "8f5beb56d213f1971733aaa8c77e59065ba275de40eb1473de35160c2e782ab2"),
.binaryTarget(name: "nostrFFI", url: "https://github.com/rust-nostr/nostr-swift/releases/download/0.9.0/nostrFFI.xcframework.zip", checksum: "922bd57c9f4bdc237598dc156bf02547c2a22f8ff7da927f3502e810beb81add"),
.target(name: "Nostr", dependencies: ["nostrFFI"]),
]
)
Loading

0 comments on commit 592be1e

Please sign in to comment.