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