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 b6e7dfc commit c6f5154Copy full SHA for c6f5154
.github/actions/install-dependencies/action.yml
@@ -48,7 +48,7 @@ runs:
48
shell: bash
49
run: |
50
# Pin libc dependency
51
- echo -e "\n[patch.crates-io]\nlibc = { version = \"=0.2.169\" }\n" >> ~/.cargo/config.toml
+ # echo -e "\n[patch.crates-io]\nlibc = { version = \"=0.2.169\" }\n" >> ~/.cargo/config.toml
52
cargo install --version 0.24.5 cbindgen
53
- name: Generate C Bindings
54
0 commit comments