File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -47,21 +47,13 @@ jobs:
47
47
git clone https://github.com/rust-bitcoin/rust-lightning
48
48
cd rust-lightning
49
49
git checkout 0.0.121-bindings
50
- - name : Pin memchr
51
- if : " matrix.distro == 'debian:bookworm'"
52
- run : |
53
- # Pin memchr until we can remove it
54
- cd rust-lightning
55
- cargo update -p memchr --precise "2.5.0" --verbose
56
50
- name : Fix Github Actions to not be broken
57
51
run : git config --global --add safe.directory /__w/ldk-c-bindings/ldk-c-bindings
58
- - name : Pin proc-macro, quote and memchr to meet MSRV
52
+ - name : Pin proc-macro and quote to meet MSRV
59
53
run : |
60
54
cd c-bindings-gen
61
55
cargo update -p quote --precise "1.0.30" --verbose
62
56
cargo update -p proc-macro2 --precise "1.0.65" --verbose
63
- cd ../lightning-c-bindings
64
- cargo update -p memchr --precise "2.5.0" --verbose
65
57
- name : Rebuild bindings without std, and check the sample app builds + links
66
58
run : ./genbindings.sh ./rust-lightning false
67
59
- name : Rebuild bindings, and check the sample app builds + links
You can’t perform that action at this time.
0 commit comments