diff --git a/build.rs b/build.rs
index aa56ea054506c4f0947ec8aac5a20d62723b8e1a..1852ed27903bd3db18001a25a7e5ae53f1849a6c 100644
--- a/build.rs
+++ b/build.rs
@@ -7,7 +7,7 @@ fn main() {
      * If `core::ffi::c_void` exists, libc can just re-export it. Otherwise, it
      * must define an incompatible type to retain backwards-compatibility.
      */
-    if rustc_minor_version().expect("Failed to get rustc version") >= 31 {
+    if rustc_minor_version().expect("Failed to get rustc version") >= 30 {
         println!("cargo:rustc-cfg=core_cvoid");
     }
 }