Skip to content

Commit cfc5409

Browse files
runnerrunner
authored andcommitted
Update BitcoinDevKit.swift and Package.swift for release 1.0.0-alpha.2a
1 parent 16af3f4 commit cfc5409

File tree

2 files changed

+1341
-3139
lines changed

2 files changed

+1341
-3139
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.30.0/bdkFFI.xcframework.zip",
28-
checksum: "b384b2968315f9d6cc68af830b6e56f3cf83dfd342c18765264d820b02b7c00d"),
27+
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/1.0.0-alpha.2a/bdkFFI.xcframework.zip",
28+
checksum: "60db5384bc7dd74b8e871f93bcd13e413bf63db60067ba8f0f0ce5668cc33cca"),
2929
.target(
3030
name: "BitcoinDevKit",
3131
dependencies: ["bdkFFI"]),

0 commit comments

Comments
 (0)