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 d7c151a commit 643ca59Copy full SHA for 643ca59
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/0.6.0/bdkFFI.xcframework.zip",
28
- checksum: "a36e34e19b1bfe9fd343dcc829284d7ee660eb3199d4fb0d9b365e8bf4dfdee3"),
+ url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/0.6.1/bdkFFI.xcframework.zip",
+ checksum: "d1b6b20f22611c22fda77f9a414a9bb0d8897a90b5111d2c827ff1f7ed8ecb3e"),
29
.target(
30
name: "BitcoinDevKit",
31
dependencies: ["bdkFFI"]),
0 commit comments