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 94d0a50 commit 92ecb88Copy full SHA for 92ecb88
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/1.1.0/bdkFFI.xcframework.zip",
28
- checksum: "10ad2fe3f938873cf063d1debbf344f8b5b2ec17a4463b5321d3e2f0f4e4a634"),
+ url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/1.2.0/bdkFFI.xcframework.zip",
+ checksum: "45c94e960071d3927e8e8615adbe631b88d3cee8a3b6a5fe9035e22df9d6289f"),
29
.target(
30
name: "BitcoinDevKit",
31
dependencies: ["bdkFFI"]),
0 commit comments