Skip to content

Commit c6f5154

Browse files
committed
d: don't pin libc
1 parent b6e7dfc commit c6f5154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ runs:
4848
shell: bash
4949
run: |
5050
# Pin libc dependency
51-
echo -e "\n[patch.crates-io]\nlibc = { version = \"=0.2.169\" }\n" >> ~/.cargo/config.toml
51+
# echo -e "\n[patch.crates-io]\nlibc = { version = \"=0.2.169\" }\n" >> ~/.cargo/config.toml
5252
cargo install --version 0.24.5 cbindgen
5353
- name: Generate C Bindings
5454
shell: bash

0 commit comments

Comments
 (0)