diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml index 2b8da24e8..33068b3db 100644 --- a/ffi/Cargo.toml +++ b/ffi/Cargo.toml @@ -23,7 +23,7 @@ logger = ["dep:env_logger", "firewood/logger"] ethhash = ["firewood/ethhash"] [build-dependencies] -cbindgen = "0.28.0" +cbindgen = "0.29.0" [lints.clippy] unwrap_used = "warn"