Skip to content

Commit 643ca59

Browse files
runnerrunner
authored andcommitted
Update Package.swift for release 0.6.1
1 parent d7c151a commit 643ca59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.6.0/bdkFFI.xcframework.zip",
28-
checksum: "a36e34e19b1bfe9fd343dcc829284d7ee660eb3199d4fb0d9b365e8bf4dfdee3"),
27+
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/0.6.1/bdkFFI.xcframework.zip",
28+
checksum: "d1b6b20f22611c22fda77f9a414a9bb0d8897a90b5111d2c827ff1f7ed8ecb3e"),
2929
.target(
3030
name: "BitcoinDevKit",
3131
dependencies: ["bdkFFI"]),

0 commit comments

Comments
 (0)