Skip to content

Commit

Permalink
Update Nostr SDK Swift bindings to version 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 19, 2024
1 parent 788f635 commit d08a0e0
Show file tree
Hide file tree
Showing 3 changed files with 1,649 additions and 1,179 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: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.34.0/nostr_sdkFFI.xcframework.zip", checksum: "b86c22250f04f09edc7a1939835b75886a95d2a20cbf1b4e2dce7ac0f720cf1f"),
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.35.0/nostr_sdkFFI.xcframework.zip", checksum: "2bc9bb31d6fe0688d9433fbab30fdfac11331892acf96f0245664be89b229f50"),
.target(name: "NostrSDK", dependencies: ["nostr_sdkFFI"]),
]
)
Loading

0 comments on commit d08a0e0

Please sign in to comment.