Skip to content

Commit 9cfc3d0

Browse files
committed
Pin quote and proc-macro2 as required to get CI passing MSRV
1 parent a4eb1a8 commit 9cfc3d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
uses: actions/checkout@v2
3030
with:
3131
fetch-depth: 0
32+
- name: Pin syn and quote to meet MSRV
33+
run: |
34+
cd lightning-c-bindings
35+
cargo update -p syn --precise "2.0.106" --verbose
36+
cargo update -p quote --precise "1.0.41" --verbose
3237
- name: Sanity test bindings against Cargo.toml RL
3338
working-directory: lightning-c-bindings
3439
run: |

0 commit comments

Comments
 (0)