Skip to content

Commit 875877e

Browse files
runnerrunner
authored andcommitted
Update BitcoinDevKit.swift and Package.swift for release 1.0.0-beta.5
1 parent b30208c commit 875877e

File tree

2 files changed

+356
-86
lines changed

2 files changed

+356
-86
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.2/bdkFFI.xcframework.zip",
28-
checksum: "255639a47a8b076163700a242f0d152911c2b689c2f18c9346764cb7645dc8b7"),
27+
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/1.0.0-beta.5/bdkFFI.xcframework.zip",
28+
checksum: "0cced9d10e2bc110724e796875e883dc3458d402480856002eedab14b0ca7b00"),
2929
.target(
3030
name: "BitcoinDevKit",
3131
dependencies: ["bdkFFI"]),

0 commit comments

Comments
 (0)