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.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 15, 2024
1 parent d0e2246 commit fc84be7
Show file tree
Hide file tree
Showing 2 changed files with 5,290 additions and 2,000 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.9.0/nostrFFI.xcframework.zip", checksum: "922bd57c9f4bdc237598dc156bf02547c2a22f8ff7da927f3502e810beb81add"),
.binaryTarget(name: "nostrFFI", url: "https://github.com/rust-nostr/nostr-swift/releases/download/0.10.0/nostrFFI.xcframework.zip", checksum: "f7ce3f38342ebfb554361a3000f4bde04675d9b26865d0190fda39bb5ff6ecca"),
.target(name: "Nostr", dependencies: ["nostrFFI"]),
]
)
Loading

0 comments on commit fc84be7

Please sign in to comment.