Skip to content

Commit

Permalink
Update BitcoinDevKit.swift and Package.swift for release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Nov 16, 2022
1 parent fe5bc0a commit e4f3982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ let package = Package(
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.binaryTarget(
name: "bdkFFI",
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/0.7.0/bdkFFI.xcframework.zip",
checksum: "256719615848141ea62d070a9bd6e1bafd5bbfc5fced9da3f23101189a58d79d"),
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/0.7.1/bdkFFI.xcframework.zip",
checksum: "91ae6bbd0d8c9746497f6942eabccb88a4990d326a121e85d4cf44dffd3bb7b7"),
.target(
name: "BitcoinDevKit",
dependencies: ["bdkFFI"]),
Expand Down

0 comments on commit e4f3982

Please sign in to comment.