chronotope / chrono-tz

TimeZone implementations for rust-chrono from the IANA database
Other
228 stars 55 forks source link

Apply lib.rs suggestions #162

Closed pitdicker closed 3 months ago

pitdicker commented 3 months ago

See https://lib.rs/~chronotope/dash.

Also fixed three more places that were using deprecated methods from chrono.

pitdicker commented 3 months ago

Do you want to set up branch protection for this repository?

djc commented 3 months ago

Done. I've also set up the merge queue -- should probably do that for chrono, too.

pitdicker commented 3 months ago

👍 What does a merge queue do? I'll look it up.

pitdicker commented 3 months ago

It seems with a merge queue we can no longer use the rebase and merge strategy?

djc commented 3 months ago

The merge queue rebases by default -- the idea is that you can queue up PRs to merge concurrently and they'll run CI against the full set of other PRs that's queued to merge. You can still do merges by bypassing the merge queue (this will come up when you do a chrono version merge).