Closed
Description
I think the latest release 0.10.67 actually requires an MSRV of 1.64 to compile, but is published as 1.63.
We saw the following error in our CI (testing a 1.63 MSRV)
error[E0432]: unresolved import `std::ffi::c_char`
--> /Users/runner/.cargo/registry/src/github.tiyicn.workers.dev-1ecc6299db9ec823/openssl-0.10.67/src/kdf.rs:28:24
|
28 | use std::ffi::{c_char, c_void};
| ^^^^^^ no `c_char` in `ffi`
From the documentation, it looks like c_char wasn't added until 1.64.
Metadata
Metadata
Assignees
Labels
No labels