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 eea9701 commit 9c69d62Copy full SHA for 9c69d62
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.28.0/bdkFFI.xcframework.zip",
28
- checksum: "cdc10ff2a889e1868c0ecf043e3f786757ec599fd9a3f7c2a5e74108a65ed57d"),
+ url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/0.29.0/bdkFFI.xcframework.zip",
+ checksum: "083617d379c49ff13fc7074778dd2dca32ebeaf9123ffcaa94d472c5abd30228"),
29
.target(
30
name: "BitcoinDevKit",
31
dependencies: ["bdkFFI"]),
0 commit comments