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 731cc8e commit 5a5870cCopy full SHA for 5a5870c
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.0.0-beta.5/bdkFFI.xcframework.zip",
28
- checksum: "0cced9d10e2bc110724e796875e883dc3458d402480856002eedab14b0ca7b00"),
+ url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/1.0.0-beta.6/bdkFFI.xcframework.zip",
+ checksum: "51d02b75d357b4dae74d118f37ec9d8c20bee9917111ff83227520309cd3958a"),
29
.target(
30
name: "BitcoinDevKit",
31
dependencies: ["bdkFFI"]),
0 commit comments