From 8a5d447e42f40305eb1405c5075fc26d2c31f232 Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev <156273877+p-datadog@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:05:52 -0400 Subject: [PATCH] DEBUG-2510 Document cbindgen dependency (#514) Co-authored-by: Oleg Pudeyev --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88f44938b..f4c98e051 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ bash build-profiling-ffi.sh /opt/libdatadog #### Build Dependencies - Rust 1.71 or newer with cargo +- `cbindgen` 0.26 - `cmake` and `protoc` ### Running tests