diff --git a/openssl-sys/build/main.rs b/openssl-sys/build/main.rs index c1cfb49c..a23e9d9f 100644 --- a/openssl-sys/build/main.rs +++ b/openssl-sys/build/main.rs @@ -342,6 +342,7 @@ See rust-openssl documentation for more information: (8, 4, 0) => ('8', '4', '0'), (8, 4, 1) => ('8', '4', '1'), (8, 4, _) => ('8', '4', 'x'), + (8, 5, 0) => ('8', '5', '0'), _ => version_error(), };