Actions
Bug #8129
openconfigure hint for installing bindgen is outdated
Affected Versions:
Effort:
Difficulty:
Label:
Description
If the installed version of bindgen is outdated, the configure scripts shows:
Warning: bindgen must be at least version 0.66.0,
found 0.65.1.
To update: cargo install --force bindgen
Running the proposed command fails:
cargo install --force bindgen
Updating crates.io index
Downloaded bindgen v0.72.1
Downloaded 1 crate (240.3KiB) in 0.18s
error: there is nothing to install in `bindgen v0.72.1`, because it has no binaries
This is caused by a renaming in bindgen, now the binary package is named bindgen-cli
I will propose a (trivial) PR to fix this.
Actions