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 370f394 commit c1eec96Copy full SHA for c1eec96
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.0.0/bdkFFI.xcframework.zip",
28
- checksum: "f9f65ad33873b11c496b3061c634ed7cfd77697b2459464b4f58062c703878d3"),
+ url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/2.2.0/bdkFFI.xcframework.zip",
+ checksum: "b18f5310e48fc6e4ded17a41d29b1903a7c160a93a0aac4b0d3f4ce0eef48efc"),
29
.target(
30
name: "BitcoinDevKit",
31
dependencies: ["bdkFFI"]),
0 commit comments