Skip to content

Commit

Permalink
Update Nostr SDK Swift bindings to version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 17, 2024
1 parent c71e5a6 commit 40c4764
Showing 1 changed file with 1 addition and 1 deletion.
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.9.0/nostr_sdkFFI.xcframework.zip", checksum: "6d71eb871f69c0f7fb91d381d4883f55e242b85a3a64d195722c114aa44d6c05"),
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.9.1/nostr_sdkFFI.xcframework.zip", checksum: "96ae967ff6024d2faec312600c910e8327994bf34e67cef45c8a3cf78715db1c"),
.target(name: "NostrSDK", dependencies: ["nostr_sdkFFI"]),
]
)

0 comments on commit 40c4764

Please sign in to comment.