Skip to content

Commit a874a45

Browse files
committed
Switch dependency to 114.1
1 parent 6224669 commit a874a45

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.github/actions/install-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
echo `pwd`
2424
mkdir -p ${{ inputs.destination }}/bin
2525
git clone --branch 2023-02-0.0.114-java-bindings https://github.com/TheBlueMatt/rust-lightning ${{ inputs.destination }}/rust-lightning
26-
git clone --branch main https://github.com/TheBlueMatt/ldk-c-bindings ${{ inputs.destination }}/ldk-c-bindings
26+
git clone --branch v0.0.114.1 https://github.com/lightningdevkit/ldk-c-bindings ${{ inputs.destination }}/ldk-c-bindings
2727
- name: Install Rust, required targets
2828
if: ${{ inputs.configureRustNightly == 'true' }}
2929
shell: bash

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ git clone --branch 2023-02-0.0.114-java-bindings https://github.com/TheBlueMatt/
6464
**[ldk-c-bindings](https://github.com/lightningdevkit/ldk-c-bindings)**:
6565

6666
```shell
67-
git clone --branch v0.0.114.0 https://github.com/lightningdevkit/ldk-c-bindings /path/to/ldk-c-bindings
67+
git clone --branch v0.0.114.1 https://github.com/lightningdevkit/ldk-c-bindings /path/to/ldk-c-bindings
6868
```
6969

7070
Take note of where you clone these directories, it's best you save the absolute path somewhere handy for the rest of the remaining steps.

xcode/LDKFramework/LDK.xcodeproj/project.pbxproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1965,7 +1965,6 @@
19651965
07DF14B229412AF900531169 /* ChannelManagerConstructor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07DF14AF29412AF900531169 /* ChannelManagerConstructor.swift */; };
19661966
07DF14B329412AF900531169 /* ChannelManagerConstructor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07DF14AF29412AF900531169 /* ChannelManagerConstructor.swift */; };
19671967
07DF14B429412AF900531169 /* ChannelManagerConstructor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07DF14AF29412AF900531169 /* ChannelManagerConstructor.swift */; };
1968-
07DF1E032941318D00531169 /* Crypto in Frameworks */ = {isa = PBXBuildFile; productRef = 07DF1E022941318D00531169 /* Crypto */; };
19691968
07E0646C287CAD0600CFA8BF /* DirectlyLinkedBindingsAppApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07E0646B287CAD0600CFA8BF /* DirectlyLinkedBindingsAppApp.swift */; };
19701969
07E0646E287CAD0600CFA8BF /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07E0646D287CAD0600CFA8BF /* ContentView.swift */; };
19711970
07E0674F287CAEC200CFA8BF /* ldk_net.c in Sources */ = {isa = PBXBuildFile; fileRef = 07012E9B287753D000148346 /* ldk_net.c */; };
@@ -2537,7 +2536,6 @@
25372536
isa = PBXFrameworksBuildPhase;
25382537
buildActionMask = 2147483647;
25392538
files = (
2540-
07DF1E032941318D00531169 /* Crypto in Frameworks */,
25412539
072B063129431EA50007BC53 /* libldk.a in Frameworks */,
25422540
);
25432541
runOnlyForDeploymentPostprocessing = 0;
@@ -3326,7 +3324,6 @@
33263324
);
33273325
name = LightningDevKit;
33283326
packageProductDependencies = (
3329-
07DF1E022941318D00531169 /* Crypto */,
33303327
);
33313328
productName = LDKFramework;
33323329
productReference = 07344C54264277EC001CD90E /* LightningDevKit.framework */;
@@ -5974,11 +5971,6 @@
59745971
package = 07DF1E012941318D00531169 /* XCRemoteSwiftPackageReference "swift-crypto" */;
59755972
productName = Crypto;
59765973
};
5977-
07DF1E022941318D00531169 /* Crypto */ = {
5978-
isa = XCSwiftPackageProductDependency;
5979-
package = 07DF1E012941318D00531169 /* XCRemoteSwiftPackageReference "swift-crypto" */;
5980-
productName = Crypto;
5981-
};
59825974
/* End XCSwiftPackageProductDependency section */
59835975
};
59845976
rootObject = 07344C4B264277EC001CD90E /* Project object */;

0 commit comments

Comments
 (0)