commit
03701506f1
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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…
Reference in New Issue