We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b131fd commit 0fb054fCopy full SHA for 0fb054f
Package.swift
@@ -24,8 +24,8 @@ let package = Package(
24
// Targets can depend on other targets in this package, and on products in packages this package depends on.
25
.binaryTarget(
26
name: "bdkFFI",
27
- url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/0.25.0/bdkFFI.xcframework.zip",
28
- checksum: "4b9b4ebfc5c3d5d63eb62dd86a442f430262195cb247b0a402f522b25eff6708"),
+ url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/0.26.0/bdkFFI.xcframework.zip",
+ checksum: "3e73dc3f82207ffde9f4894abfca4fd96ca876857aab883f998b91595ae39d0f"),
29
.target(
30
name: "BitcoinDevKit",
31
dependencies: ["bdkFFI"]),
0 commit comments