Skip to content

Commit 6cc7412

Browse files
runnerrunner
authored andcommitted
Update BitcoinDevKit.swift and Package.swift for release 0.31.2
1 parent 20ca547 commit 6cc7412

File tree

2 files changed

+128
-117
lines changed

2 files changed

+128
-117
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.31.0/bdkFFI.xcframework.zip",
28-
checksum: "aaa290375c2c4631dbfc3e5aa2292cff637dae78f16597791c0aa1c294940df2"),
27+
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/0.31.2/bdkFFI.xcframework.zip",
28+
checksum: "83af71f019577b2c93d7c846a77419881e4c2fd25551122b3e59314808344224"),
2929
.target(
3030
name: "BitcoinDevKit",
3131
dependencies: ["bdkFFI"]),

0 commit comments

Comments
 (0)