Loading .circleci/config.yml +2 −2 Original line number Diff line number Diff line Loading @@ -290,10 +290,10 @@ workflows: library: libressl version: 2.5.5 - linux: name: x86_64-libressl-3.2.2 name: x86_64-libressl-3.3.0 target: x86_64-unknown-linux-gnu library: libressl version: 3.2.2 version: 3.3.0 - macos: name: macos - macos: Loading openssl-sys/build/main.rs +2 −1 Original line number Diff line number Diff line Loading @@ -224,6 +224,7 @@ See rust-openssl README for more information: (3, 2, 0) => ('3', '2', '0'), (3, 2, 1) => ('3', '2', '1'), (3, 2, _) => ('3', '2', 'x'), (3, 3, 0) => ('3', '3', '0'), _ => version_error(), }; Loading Loading @@ -264,7 +265,7 @@ fn version_error() -> ! { " This crate is only compatible with OpenSSL 1.0.1 through 1.1.1, or LibreSSL 2.5 through 3.2.x, but a different version of OpenSSL was found. The build is now aborting through 3.3.0, but a different version of OpenSSL was found. The build is now aborting due to this version mismatch. " Loading Loading
.circleci/config.yml +2 −2 Original line number Diff line number Diff line Loading @@ -290,10 +290,10 @@ workflows: library: libressl version: 2.5.5 - linux: name: x86_64-libressl-3.2.2 name: x86_64-libressl-3.3.0 target: x86_64-unknown-linux-gnu library: libressl version: 3.2.2 version: 3.3.0 - macos: name: macos - macos: Loading
openssl-sys/build/main.rs +2 −1 Original line number Diff line number Diff line Loading @@ -224,6 +224,7 @@ See rust-openssl README for more information: (3, 2, 0) => ('3', '2', '0'), (3, 2, 1) => ('3', '2', '1'), (3, 2, _) => ('3', '2', 'x'), (3, 3, 0) => ('3', '3', '0'), _ => version_error(), }; Loading Loading @@ -264,7 +265,7 @@ fn version_error() -> ! { " This crate is only compatible with OpenSSL 1.0.1 through 1.1.1, or LibreSSL 2.5 through 3.2.x, but a different version of OpenSSL was found. The build is now aborting through 3.3.0, but a different version of OpenSSL was found. The build is now aborting due to this version mismatch. " Loading