Skip to content

Commit

Permalink
Update BitcoinDevKit.swift and Package.swift for release 0.28.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Mar 24, 2023
1 parent 6db8d0e commit 2d9e052
Show file tree
Hide file tree
Showing 2 changed files with 1,650 additions and 856 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ let package = Package(
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.binaryTarget(
name: "bdkFFI",
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/0.27.1/bdkFFI.xcframework.zip",
checksum: "639f38c8ae3b8949abe2292baec96af565205e08fbadcd0992aa2923f275e190"),
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/0.28.0-rc.0/bdkFFI.xcframework.zip",
checksum: "759bd350abf084fd006b09be1d5f41e921d699661402b11d5c15408d8588ca9a"),
.target(
name: "BitcoinDevKit",
dependencies: ["bdkFFI"]),
Expand Down
Loading

0 comments on commit 2d9e052

Please sign in to comment.