Skip to content

Commit dbca497

Browse files
committed
Drop stale pins in CI due to rustc bump
1 parent f2f4271 commit dbca497

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,13 @@ jobs:
4747
git clone https://github.com/rust-bitcoin/rust-lightning
4848
cd rust-lightning
4949
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
5650
- name: Fix Github Actions to not be broken
5751
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
5953
run: |
6054
cd c-bindings-gen
6155
cargo update -p quote --precise "1.0.30" --verbose
6256
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
6557
- name: Rebuild bindings without std, and check the sample app builds + links
6658
run: ./genbindings.sh ./rust-lightning false
6759
- name: Rebuild bindings, and check the sample app builds + links

0 commit comments

Comments
 (0)