Loading .circleci/config.yml +2 −2 Original line number Diff line number Diff line Loading @@ -298,10 +298,10 @@ workflows: library: libressl version: 2.5.5 - linux: name: x86_64-libressl-3.0.2 name: x86_64-libressl-3.1.0 target: x86_64-unknown-linux-gnu library: libressl version: 3.0.2 version: 3.1.0 - macos: name: macos - macos: Loading openssl-sys/build/main.rs +1 −0 Original line number Diff line number Diff line Loading @@ -216,6 +216,7 @@ See rust-openssl README for more information: (3, 0, 0) => ('3', '0', '0'), (3, 0, 1) => ('3', '0', '1'), (3, 0, _) => ('3', '0', 'x'), (3, 1, 0) => ('3', '1', '0'), _ => version_error(), }; Loading Loading
.circleci/config.yml +2 −2 Original line number Diff line number Diff line Loading @@ -298,10 +298,10 @@ workflows: library: libressl version: 2.5.5 - linux: name: x86_64-libressl-3.0.2 name: x86_64-libressl-3.1.0 target: x86_64-unknown-linux-gnu library: libressl version: 3.0.2 version: 3.1.0 - macos: name: macos - macos: Loading
openssl-sys/build/main.rs +1 −0 Original line number Diff line number Diff line Loading @@ -216,6 +216,7 @@ See rust-openssl README for more information: (3, 0, 0) => ('3', '0', '0'), (3, 0, 1) => ('3', '0', '1'), (3, 0, _) => ('3', '0', 'x'), (3, 1, 0) => ('3', '1', '0'), _ => version_error(), }; Loading