-
Notifications
You must be signed in to change notification settings - Fork 759
Closed
Description
I think #1688 broke semver. Updating rust-mbedtls
from using [email protected]
to ``[email protected]` I'm getting a ton of errors like:
error[E0308]: mismatched types
--> mbedtls/src/x509/csr.rs:196:22
|
196 | Some(F::call),
| ^^^^^^^ expected `u64`, found `usize`
|
= note: expected fn pointer `unsafe extern "C" fn(_, _, u64) -> _`
found fn item `unsafe extern "C" fn(_, _, usize) -> _ {<F as rng::RngCallback>::call}`
Possibly the culprit is #1688?
Not sure what can be done at this time, but yeah, upgrading bindgen
is harder than it could be.
Metadata
Metadata
Assignees
Labels
No labels