Description
I've experienced recent problems building rust-rocksdb
after the upstream (cc-rs
) dependency started resolving to version 1.0.63.
- When it consumes 1.0.63 (default behavior / semver thinks it is compatible), the linking complains about undefined symbols
rust-rocksdb
does build fine, if I update myCargo.toml
file to consume a fixed version of1.0.62
- If you're interested in more details, please see issues/479
I don't know enough about the progressive linking change (commit id=e4ff87239325e7f9fe1f2b21a979b947f6f7503e), to tell if this is expected behavior (e.g. rust-rocksdb
should be using cc-rs
differently), or if there is an actual bug/regression in cc-rs
itself.
Thanks in advance, for any information you can provide.
Metadata
Metadata
Assignees
Labels
No labels