Remove chrono dependency#57
Conversation
|
r? @urschrei |
|
bors r=urschrei,lnicola |
|
bors r- |
|
Canceled. |
|
bors r=urschrei,lnicola |
|
Build failed: |
|
|
I'm gonna push a fix separately (use same rust versions as |
|
bors retry |
|
Build failed: |
|
now what |
|
Ah, these are actual test failures. |
What's the status of this? Can I help? |
|
I think the latest failed run is https://github.com/georust/geocoding/actions/runs/4416893986/jobs/7741822915. Maybe some API changed a little? |
|
🤔 It seems to be independent of this PR. |
|
Indeed. Without looking at the code, I'd guess that one or more external APIs changed. |
|
Just rebased on current master |
|
I think GitHub is having a bad day, but... bors retry |
|
Canceled. |
|
I fixed the clippy lints but a lot of tests are failing locally. |
|
.. last successful CI build was while ago: 1736b26 |
|
Yeah, I'm afraid it's broken :(. |
|
bors retry |
|
Merge conflict. |
Rebased and conflicts addresses with #60 |
|
Superseded by #60 |
... and instead of binding the user to a specific time library, the
UnixTimeshould be converted by the user depending on the use case.