Skip to content

Commit 0fb054f

Browse files
runnerrunner
authored andcommitted
Update BitcoinDevKit.swift and Package.swift for release 0.26.0
1 parent 0b131fd commit 0fb054f

File tree

2 files changed

+510
-88
lines changed

2 files changed

+510
-88
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/0.25.0/bdkFFI.xcframework.zip",
28-
checksum: "4b9b4ebfc5c3d5d63eb62dd86a442f430262195cb247b0a402f522b25eff6708"),
27+
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/0.26.0/bdkFFI.xcframework.zip",
28+
checksum: "3e73dc3f82207ffde9f4894abfca4fd96ca876857aab883f998b91595ae39d0f"),
2929
.target(
3030
name: "BitcoinDevKit",
3131
dependencies: ["bdkFFI"]),

0 commit comments

Comments
 (0)