Skip to content

Commit cd9dff8

Browse files
committed
Pin quote and proc-macro2 in CI to meet MSRV
1 parent cd94859 commit cd9dff8

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
@@ -40,6 +40,11 @@ jobs:
4040
git checkout 0.0.115-bindings
4141
- name: Fix Github Actions to not be broken
4242
run: git config --global --add safe.directory /__w/ldk-c-bindings/ldk-c-bindings
43+
- name: Pin proc-macro and quote to meet MSRV
44+
run: |
45+
cd c-bindings-gen
46+
cargo update -p quote --precise "1.0.30" --verbose
47+
cargo update -p proc-macro2 --precise "1.0.65" --verbose
4348
- name: Rebuild bindings without std, and check the sample app builds + links
4449
run: ./genbindings.sh ./rust-lightning false
4550
- name: Rebuild bindings, and check the sample app builds + links

0 commit comments

Comments
 (0)