Skip to content

Commit 2d9e052

Browse files
runnerrunner
authored andcommitted
Update BitcoinDevKit.swift and Package.swift for release 0.28.0-rc.0
1 parent 6db8d0e commit 2d9e052

File tree

2 files changed

+1650
-856
lines changed

2 files changed

+1650
-856
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.27.1/bdkFFI.xcframework.zip",
28-
checksum: "639f38c8ae3b8949abe2292baec96af565205e08fbadcd0992aa2923f275e190"),
27+
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/0.28.0-rc.0/bdkFFI.xcframework.zip",
28+
checksum: "759bd350abf084fd006b09be1d5f41e921d699661402b11d5c15408d8588ca9a"),
2929
.target(
3030
name: "BitcoinDevKit",
3131
dependencies: ["bdkFFI"]),

0 commit comments

Comments
 (0)