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 4edaeb2 commit 4b0945bCopy full SHA for 4b0945b
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/2.2.0/bdkFFI.xcframework.zip",
28
- checksum: "91efd8639a2aefeabac5e024cfba1637998020b88967da6dd15f49fadb0dbcf4"),
+ url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/2.2.1/bdkFFI.xcframework.zip",
+ checksum: "87364081c5ab458c0aa077a340c4d593869e7701a0e5324e3cf382d0057f55b6"),
29
.target(
30
name: "BitcoinDevKit",
31
dependencies: ["bdkFFI"]),
0 commit comments