-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed as duplicate of#7196
Labels
bugdevelopment-processRelated to development process of arrow-rsRelated to development process of arrow-rs
Description
Now i have colision between Chrono and arrow-arith
C:\Users\Korisnik\.cargo\registry\src\index.crates.io-6f17d22bba15001f\arrow-arith-53.3.0\src\temporal.rs:637:5|
637 | fn quarter(&self) -> u32;
| ^^^^^^^^^^^^^^^^^^^^^^^^^
note: candidate #2 is defined in the trait Datelike
--> C:\Users\Korisnik.cargo\registry\src\index.crates.io-6f17d22bba15001f\chrono-0.4.40\src\traits.rs:47:5
|
47 | fn quarter(&self) -> u32 {
| ^^^^^^^^^^^^^^^^^^^^^^^^
help: disambiguate the method for candidate #1
|
91 | DatePart::Quarter => |d| ChronoDateExt::quarter(&d) as i32,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~
help: disambiguate the method for candidate #2
|
91 | DatePart::Quarter => |d| Datelike::quarter(&d) as i32,
-->
Can you please revert this update?
Metadata
Metadata
Assignees
Labels
bugdevelopment-processRelated to development process of arrow-rsRelated to development process of arrow-rs