Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply lib.rs suggestions #162

Merged
merged 2 commits into from
Apr 5, 2024
Merged

Conversation

pitdicker
Copy link
Contributor

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

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

chrono-tz-build/Cargo.toml Outdated Show resolved Hide resolved
chrono-tz/Cargo.toml Show resolved Hide resolved
chrono-tz/src/timezone_impl.rs Outdated Show resolved Hide resolved
@pitdicker
Copy link
Contributor Author

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

@pitdicker pitdicker merged commit 0d37925 into chronotope:main Apr 5, 2024
4 checks passed
@pitdicker pitdicker deleted the librs_suggestions branch April 5, 2024 10:11
@djc
Copy link
Contributor

djc commented Apr 5, 2024

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

@pitdicker
Copy link
Contributor Author

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

@pitdicker
Copy link
Contributor Author

pitdicker commented Apr 5, 2024

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

@djc
Copy link
Contributor

djc commented Apr 5, 2024

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants