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.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 16, 2024
1 parent 0f940d4 commit 6008cbd
Show file tree
Hide file tree
Showing 2 changed files with 588 additions and 293 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.32.1/nostrFFI.xcframework.zip", checksum: "440c9bb42ef42f6f73bc8c4131917cd48de424d000a43c196aba9c1a3e29f43a"),
.binaryTarget(name: "nostrFFI", url: "https://github.com/rust-nostr/nostr-swift/releases/download/0.33.0/nostrFFI.xcframework.zip", checksum: "f0a4a4b89cf5a95aef00ce3707c837e28dd8ec7e5578fe3c2e092bacfe243d69"),
.target(name: "Nostr", dependencies: ["nostrFFI"]),
]
)
Loading

0 comments on commit 6008cbd

Please sign in to comment.