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 20ca547 commit 6cc7412Copy full SHA for 6cc7412
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.31.0/bdkFFI.xcframework.zip",
28
- checksum: "aaa290375c2c4631dbfc3e5aa2292cff637dae78f16597791c0aa1c294940df2"),
+ url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/0.31.2/bdkFFI.xcframework.zip",
+ checksum: "83af71f019577b2c93d7c846a77419881e4c2fd25551122b3e59314808344224"),
29
.target(
30
name: "BitcoinDevKit",
31
dependencies: ["bdkFFI"]),
0 commit comments