diff --git a/.circleci/config.yml b/.circleci/config.yml index aed422c1..d67f70a9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: diff --git a/openssl-sys/build/main.rs b/openssl-sys/build/main.rs index 9c4e6f40..cc770318 100644 --- a/openssl-sys/build/main.rs +++ b/openssl-sys/build/main.rs @@ -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(), };