Skip to content

Commit 8f5d687

Browse files
committed
install newer bindgen
1 parent 6aae044 commit 8f5d687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ RUN \
132132
tar xf /tmp/rust.tar.gz -C /tmp/rust --strip-components=1 && \
133133
cd /tmp/rust && \
134134
./install.sh && \
135-
cargo install cargo-c cbindgen --locked && \
135+
cargo install bindgen-cli cargo-c cbindgen --locked && \
136136
python3 -m venv /lsiopy && \
137137
pip install -U --no-cache-dir \
138138
pip \

0 commit comments

Comments
 (0)