Skip to content

Commit 2a6f6ec

Browse files
error: migrate bindgen install hint to bindgen-cli since 0.61.0
Since [bindgen 0.61.0][changelog], the `bindgen` CLI binary must be installed via the `bindgen-cli` crate. [changelog]: https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md#0610 PR #39
1 parent ea672ec commit 2a6f6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcre2-sys/generate-bindings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
if ! command -V bindgen > /dev/null 2>&1; then
77
echo "bindgen must be installed" >&2
8-
echo "to install: cargo install bindgen" >&2
8+
echo "to install: cargo install bindgen-cli" >&2
99
exit 1
1010
fi
1111
if ! [ -f "$PCRE2SYS_HEADER" ]; then

0 commit comments

Comments
 (0)