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 0ba6282 commit 5a815b6Copy full SHA for 5a815b6
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-alpha.7/bdkFFI.xcframework.zip",
28
- checksum: "d55e3e9e41393b08e5c59f67006895514e60b9ee4642e8f6616675399a77b07d"),
+ url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/1.0.0-alpha.9/bdkFFI.xcframework.zip",
+ checksum: "4d0043f204891ea0d42477e21992f045c78c8dcf1275c8b09bd37124321e7862"),
29
.target(
30
name: "BitcoinDevKit",
31
dependencies: ["bdkFFI"]),
0 commit comments