Commit 622b570f authored by Steven Fackler's avatar Steven Fackler
Browse files

Support LibreSSL 3.1.0

parent 18305645
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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:
+1 −0
Original line number Diff line number Diff line
@@ -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(),
        };