diff --git a/crates/neon-runtime/Cargo.toml b/crates/neon-runtime/Cargo.toml index 5ccd9e16b..12b4945ca 100644 --- a/crates/neon-runtime/Cargo.toml +++ b/crates/neon-runtime/Cargo.toml @@ -16,5 +16,5 @@ build = "build.rs" cslice = "0.2" [build-dependencies] -gcc = "0.3" +gcc = "0.3.52" regex = "0.2"