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.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 15, 2024
1 parent 6008cbd commit 7f18236
Show file tree
Hide file tree
Showing 2 changed files with 256 additions and 345 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.33.0/nostrFFI.xcframework.zip", checksum: "f0a4a4b89cf5a95aef00ce3707c837e28dd8ec7e5578fe3c2e092bacfe243d69"),
.binaryTarget(name: "nostrFFI", url: "https://github.com/rust-nostr/nostr-swift/releases/download/0.34.0/nostrFFI.xcframework.zip", checksum: "5a7ae2898b09439f5ae56788d8cb88736cf7f44178b36290aa5f14f6a287c400"),
.target(name: "Nostr", dependencies: ["nostrFFI"]),
]
)
Loading

0 comments on commit 7f18236

Please sign in to comment.