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 76cc0e8 commit 4dce687Copy full SHA for 4dce687
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.32.0/bdkFFI.xcframework.zip",
28
- checksum: "64f61a09bb7148c71564f8b499dde4a2c169c4ae3892b78b31a983477adb8ec7"),
+ url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/0.32.1/bdkFFI.xcframework.zip",
+ checksum: "579a8c34c8652625598cbb0a1c069580fb9a8b02be828e020f3b10f0a691e442"),
29
.target(
30
name: "BitcoinDevKit",
31
dependencies: ["bdkFFI"]),
0 commit comments