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 fe5bc0a commit e4f3982Copy full SHA for e4f3982
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.7.0/bdkFFI.xcframework.zip",
28
- checksum: "256719615848141ea62d070a9bd6e1bafd5bbfc5fced9da3f23101189a58d79d"),
+ url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/0.7.1/bdkFFI.xcframework.zip",
+ checksum: "91ae6bbd0d8c9746497f6942eabccb88a4990d326a121e85d4cf44dffd3bb7b7"),
29
.target(
30
name: "BitcoinDevKit",
31
dependencies: ["bdkFFI"]),
0 commit comments