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 cd94859 commit cd9dff8Copy full SHA for cd9dff8
.github/workflows/build.yml
@@ -40,6 +40,11 @@ jobs:
40
git checkout 0.0.115-bindings
41
- name: Fix Github Actions to not be broken
42
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
48
- name: Rebuild bindings without std, and check the sample app builds + links
49
run: ./genbindings.sh ./rust-lightning false
50
- name: Rebuild bindings, and check the sample app builds + links
0 commit comments