We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7e412 commit f239810Copy full SHA for f239810
Package.swift
@@ -24,8 +24,8 @@ let package = Package(
24
// Targets can depend on other targets in this package, and on products in packages this package depends on.
25
.binaryTarget(
26
name: "bdkFFI",
27
- url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/0.30.0/bdkFFI.xcframework.zip",
28
- checksum: "b384b2968315f9d6cc68af830b6e56f3cf83dfd342c18765264d820b02b7c00d"),
+ url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/0.31.1/bdkFFI.xcframework.zip",
+ checksum: "cfe34422dc14672628fddc5b8c77fa037270410dd17f516549b41c6792aa8f5e"),
29
.target(
30
name: "BitcoinDevKit",
31
dependencies: ["bdkFFI"]),
0 commit comments