Something in the underlying dependencies changes in a non-semver way. Because there's no Cargo.lock the build just breaks.
This is currently breaking CI for all PRs, for example https://github.com/apache/datafusion/actions/runs/27412171686/job/81015855546?pr=22926
Error is:
/Users/adamgs/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-credential-0.4.10/src/secret.rs:89:1
|
89 | impl<T> From<T> for Secret<T> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: conflicting implementation in crate `time`:
- impl From<format_description::parse::format_item::HourBase> for <format_description::parse::format_item::HourBase as format_description::parse::format_item::ModifierValue>::Type;
Something in the underlying dependencies changes in a non-semver way. Because there's no
Cargo.lockthe build just breaks.This is currently breaking CI for all PRs, for example https://github.com/apache/datafusion/actions/runs/27412171686/job/81015855546?pr=22926
Error is: