Loading openssl-sys/build/main.rs +1 −0 Original line number Diff line number Diff line Loading @@ -222,6 +222,7 @@ See rust-openssl README for more information: (3, 1, 0) => ('3', '1', '0'), (3, 1, _) => ('3', '1', 'x'), (3, 2, 0) => ('3', '2', '0'), (3, 2, 1) => ('3', '2', '0'), _ => version_error(), }; Loading Loading
openssl-sys/build/main.rs +1 −0 Original line number Diff line number Diff line Loading @@ -222,6 +222,7 @@ See rust-openssl README for more information: (3, 1, 0) => ('3', '1', '0'), (3, 1, _) => ('3', '1', 'x'), (3, 2, 0) => ('3', '2', '0'), (3, 2, 1) => ('3', '2', '0'), _ => version_error(), }; Loading