Skip to content

Commit

Permalink
Update Nostr Swift bindings to version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 28, 2023
1 parent 4a64269 commit 2c95f2d
Show file tree
Hide file tree
Showing 2 changed files with 1,852 additions and 1,417 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
dependencies: [
],
targets: [
.binaryTarget(name: "nostrFFI", url: "https://github.com/rust-nostr/nostr-swift/releases/download/0.0.3/nostrFFI.xcframework.zip", checksum: "5adeb327b7f4bd698ecedf2f1df96b0852b5ff6892c23d751a2cb20e7d8610fc"),
.binaryTarget(name: "nostrFFI", url: "https://github.com/rust-nostr/nostr-swift/releases/download/0.0.4/nostrFFI.xcframework.zip", checksum: "ca119093aae06f470e3f83114470b7a68ecb4b2522ee334c8addfdcec34812c7"),
.target(name: "Nostr", dependencies: ["nostrFFI"]),
]
)
Loading

0 comments on commit 2c95f2d

Please sign in to comment.