Skip to content

MSRV issue with c_char #2317

Closed
Closed
@jmayclin

Description

@jmayclin

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`

ci link

From the documentation, it looks like c_char wasn't added until 1.64.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions