Skip to content

Commit 5a5870c

Browse files
AnkaAnka
authored andcommitted
Update BitcoinDevKit.swift and Package.swift for release 1.0.0-beta.6
1 parent 731cc8e commit 5a5870c

File tree

2 files changed

+2712
-183
lines changed

2 files changed

+2712
-183
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ let package = Package(
2424
// Targets can depend on other targets in this package, and on products in packages this package depends on.
2525
.binaryTarget(
2626
name: "bdkFFI",
27-
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/1.0.0-beta.5/bdkFFI.xcframework.zip",
28-
checksum: "0cced9d10e2bc110724e796875e883dc3458d402480856002eedab14b0ca7b00"),
27+
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/1.0.0-beta.6/bdkFFI.xcframework.zip",
28+
checksum: "51d02b75d357b4dae74d118f37ec9d8c20bee9917111ff83227520309cd3958a"),
2929
.target(
3030
name: "BitcoinDevKit",
3131
dependencies: ["bdkFFI"]),

0 commit comments

Comments
 (0)