Skip to content

Commit cc2bc3b

Browse files
author
github-actions
committed
Bump to 0.40.0
1 parent 27711a0 commit cc2bc3b

File tree

2 files changed

+1416
-1074
lines changed

2 files changed

+1416
-1074
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.0-beta.1/nostr_sdkFFI.xcframework.zip", checksum: "286bed3d3f6770901fa55ecb3e63fe82cfd8996fe424540ff3f271b2deefc9bd"),
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"),
1818
.target(name: "NostrSDK", dependencies: ["nostr_sdkFFI"]),
1919
]
2020
)

0 commit comments

Comments
 (0)