Skip to content

Commit e4f3982

Browse files
runnerrunner
authored andcommitted
Update BitcoinDevKit.swift and Package.swift for release 0.7.1
1 parent fe5bc0a commit e4f3982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ let package = Package(
2424
// Targets can depend on other targets in this package, and on products in packages this package depends on.
2525
.binaryTarget(
2626
name: "bdkFFI",
27-
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/0.7.0/bdkFFI.xcframework.zip",
28-
checksum: "256719615848141ea62d070a9bd6e1bafd5bbfc5fced9da3f23101189a58d79d"),
27+
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/0.7.1/bdkFFI.xcframework.zip",
28+
checksum: "91ae6bbd0d8c9746497f6942eabccb88a4990d326a121e85d4cf44dffd3bb7b7"),
2929
.target(
3030
name: "BitcoinDevKit",
3131
dependencies: ["bdkFFI"]),

0 commit comments

Comments
 (0)