Skip to content

Commit a1903e7

Browse files
committed
chore: use locked specific version for cbindgen
Signed-off-by: Alexandre Rulleau <[email protected]>
1 parent b1cdead commit a1903e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ generate_cbindgen: cbindgen_binary # Regenerate components-rs/ddtrace.h componen
451451

452452
cbindgen_binary:
453453
if ! command -v cbindgen &> /dev/null; then \
454-
cargo install cbindgen; \
454+
cargo install cbindgen --version 0.29.0 --locked; \
455455
fi
456456

457457
EXT_DIR:=/opt/datadog-php

0 commit comments

Comments
 (0)