Skip to content

Commit 370f394

Browse files
AnkaAnka
authored andcommitted
Update BitcoinDevKit.swift and Package.swift for release 2.0.0
1 parent 92ecb88 commit 370f394

File tree

2 files changed

+5147
-1881
lines changed

2 files changed

+5147
-1881
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/1.2.0/bdkFFI.xcframework.zip",
28-
checksum: "45c94e960071d3927e8e8615adbe631b88d3cee8a3b6a5fe9035e22df9d6289f"),
27+
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/2.0.0/bdkFFI.xcframework.zip",
28+
checksum: "f9f65ad33873b11c496b3061c634ed7cfd77697b2459464b4f58062c703878d3"),
2929
.target(
3030
name: "BitcoinDevKit",
3131
dependencies: ["bdkFFI"]),

0 commit comments

Comments
 (0)