diff --git a/compile/Cargo.toml b/compile/Cargo.toml index 29fe1ba32..89f474c72 100644 --- a/compile/Cargo.toml +++ b/compile/Cargo.toml @@ -28,7 +28,7 @@ exclude = [ ] [dependencies] -bindgen = "0.70" +bindgen = "0.71" cc = "1" libc = "0.2" regex = "1.10"