Skip to content

Commit f534993

Browse files
author
github-actions
committed
Bump to 0.41.0
1 parent 62b9119 commit f534993

File tree

2 files changed

+2265
-2464
lines changed

2 files changed

+2265
-2464
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
],
1515
dependencies: [],
1616
targets: [
17-
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.40.1/nostr_sdkFFI.xcframework.zip", checksum: "b5b7203d4c44e7b1ac38a98ea3868744d7d77f66c8ae7334a7c9d2429154832b"),
17+
.binaryTarget(name: "nostr_sdkFFI", url: "https://github.com/rust-nostr/nostr-sdk-swift/releases/download/0.41.0/nostr_sdkFFI.xcframework.zip", checksum: "62fccb7b9801a2e3041baf4a3c4ba4945095d2ae623470694c23841079d686e4"),
1818
.target(name: "NostrSDK", dependencies: ["nostr_sdkFFI"]),
1919
]
2020
)

0 commit comments

Comments
 (0)