We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be7d70 commit 0cd7aa3Copy full SHA for 0cd7aa3
Package.swift
@@ -14,7 +14,7 @@ let package = Package(
14
],
15
dependencies: [],
16
targets: [
17
- .binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.40.0/nostr_sdkFFI.xcframework.zip", checksum: "85148713c481298a2ce8ca06d67bebbcd9b2d013115d14b32ef84be578204a47"),
+ .binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.40.1/nostr_sdkFFI.xcframework.zip", checksum: "b5b7203d4c44e7b1ac38a98ea3868744d7d77f66c8ae7334a7c9d2429154832b"),
18
.target(name: "NostrSDK", dependencies: ["nostr_sdkFFI"]),
19
]
20
)
0 commit comments