Skip to content

Commit 3a39d11

Browse files
committed
Update CI pointers to 0.2
1 parent c165146 commit 3a39d11

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
# Note this is a different endpoint, as we need one non-upstream commit!
4141
git clone https://github.com/lightningdevkit/rust-lightning
4242
cd rust-lightning
43-
git checkout origin/0.1-bindings
43+
git checkout origin/0.2-bindings
4444
cargo update -p syn --precise "2.0.106" --verbose
4545
cargo update -p quote --precise "1.0.41" --verbose
4646
cd ..
4747
git clone https://github.com/lightningdevkit/ldk-c-bindings
4848
cd ldk-c-bindings
49-
git checkout 0.1
49+
git checkout 0.2
5050
cd lightning-c-bindings
5151
cargo update -p syn --precise "2.0.106" --verbose
5252
cargo update -p quote --precise "1.0.41" --verbose
@@ -146,13 +146,13 @@ jobs:
146146
# Note this is a different endpoint, as we need one non-upstream commit!
147147
git clone https://github.com/lightningdevkit/rust-lightning
148148
cd rust-lightning
149-
git checkout origin/0.1-bindings
149+
git checkout origin/0.2-bindings
150150
cargo update -p syn --precise "2.0.106" --verbose
151151
cargo update -p quote --precise "1.0.41" --verbose
152152
cd ..
153153
git clone https://github.com/lightningdevkit/ldk-c-bindings
154154
cd ldk-c-bindings
155-
git checkout 0.1
155+
git checkout 0.2
156156
cd lightning-c-bindings
157157
cargo update -p syn --precise "2.0.106" --verbose
158158
cargo update -p quote --precise "1.0.41" --verbose
@@ -201,13 +201,13 @@ jobs:
201201
# Note this is a different endpoint, as we need one non-upstream commit!
202202
git clone https://github.com/lightningdevkit/rust-lightning
203203
cd rust-lightning
204-
git checkout origin/0.1-bindings
204+
git checkout origin/0.2-bindings
205205
cargo update -p syn --precise "2.0.106" --verbose
206206
cargo update -p quote --precise "1.0.41" --verbose
207207
cd ..
208208
git clone https://github.com/lightningdevkit/ldk-c-bindings
209209
cd ldk-c-bindings
210-
git checkout 0.1
210+
git checkout 0.2
211211
cd lightning-c-bindings
212212
cargo update -p syn --precise "2.0.106" --verbose
213213
cargo update -p quote --precise "1.0.41" --verbose
@@ -390,13 +390,13 @@ jobs:
390390
# Note this is a different endpoint, as we need one non-upstream commit!
391391
git clone https://github.com/lightningdevkit/rust-lightning
392392
cd rust-lightning
393-
git checkout origin/0.1-bindings
393+
git checkout origin/0.2-bindings
394394
cargo update -p syn --precise "2.0.106" --verbose
395395
cargo update -p quote --precise "1.0.41" --verbose
396396
cd ..
397397
git clone https://github.com/lightningdevkit/ldk-c-bindings
398398
cd ldk-c-bindings
399-
git checkout 0.1
399+
git checkout 0.2
400400
cd lightning-c-bindings
401401
cargo update -p syn --precise "2.0.106" --verbose
402402
cargo update -p quote --precise "1.0.41" --verbose
@@ -456,13 +456,13 @@ jobs:
456456
# Note this is a different endpoint, as we need one non-upstream commit!
457457
git clone https://github.com/lightningdevkit/rust-lightning
458458
cd rust-lightning
459-
git checkout origin/0.1-bindings
459+
git checkout origin/0.2-bindings
460460
cargo update -p syn --precise "2.0.106" --verbose
461461
cargo update -p quote --precise "1.0.41" --verbose
462462
cd ..
463463
git clone https://github.com/lightningdevkit/ldk-c-bindings
464464
cd ldk-c-bindings
465-
git checkout 0.1
465+
git checkout 0.2
466466
cd lightning-c-bindings
467467
cargo update -p syn --precise "2.0.106" --verbose
468468
cargo update -p quote --precise "1.0.41" --verbose
@@ -588,13 +588,13 @@ jobs:
588588
# Note this is a different endpoint, as we need one non-upstream commit!
589589
git clone https://github.com/lightningdevkit/rust-lightning
590590
cd rust-lightning
591-
git checkout origin/0.1-bindings
591+
git checkout origin/0.2-bindings
592592
cargo update -p syn --precise "2.0.106" --verbose
593593
cargo update -p quote --precise "1.0.41" --verbose
594594
cd ..
595595
git clone https://github.com/lightningdevkit/ldk-c-bindings
596596
cd ldk-c-bindings
597-
git checkout 0.1
597+
git checkout 0.2
598598
cd lightning-c-bindings
599599
cargo update -p syn --precise "2.0.106" --verbose
600600
cargo update -p quote --precise "1.0.41" --verbose
@@ -730,13 +730,13 @@ jobs:
730730
# Note this is a different endpoint, as we need one non-upstream commit!
731731
git clone https://github.com/lightningdevkit/rust-lightning
732732
cd rust-lightning
733-
git checkout origin/0.1-bindings
733+
git checkout origin/0.2-bindings
734734
cargo update -p syn --precise "2.0.106" --verbose
735735
cargo update -p quote --precise "1.0.41" --verbose
736736
cd ..
737737
git clone https://github.com/lightningdevkit/ldk-c-bindings
738738
cd ldk-c-bindings
739-
git checkout 0.1
739+
git checkout 0.2
740740
cd lightning-c-bindings
741741
cargo update -p syn --precise "2.0.106" --verbose
742742
cargo update -p quote --precise "1.0.41" --verbose

0 commit comments

Comments
 (0)