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 e02e0ea commit e61d81bCopy full SHA for e61d81b
.github/workflows/generate-bindings.yml
@@ -61,7 +61,7 @@ jobs:
61
run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
62
63
- name: Install bindgen
64
- run: cargo binstall -y bindgen
+ run: cargo binstall -y bindgen-cli
65
66
- name: Generate bindings
67
run: |
0 commit comments