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 f8b98bc commit ad86b64Copy full SHA for ad86b64
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ldk-node"
3
-version = "0.6.0"
+version = "0.6.0-rc.1"
4
authors = ["Elias Rohrer <[email protected]>"]
5
homepage = "https://lightningdevkit.org/"
6
license = "MIT OR Apache-2.0"
Package.swift
@@ -3,8 +3,8 @@
import PackageDescription
-let tag = "v0.6.0"
7
-let checksum = "4077bcce5f68c6bd605b4dc0a3788d381dc16fe0da81c891b45670453466d80f"
+let tag = "v0.6.0-rc.1"
+let checksum = "6b14ee557400b0c1c12767ed8cc9971e6c818fae5c5e0d51bb6740ab39dcb5eb"
8
let url = "https://github.com/lightningdevkit/ldk-node/releases/download/\(tag)/LDKNodeFFI.xcframework.zip"
9
10
let package = Package(
0 commit comments