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

Upgrade derive-builder #108

Merged
merged 3 commits into from
Jul 23, 2024
Merged

Upgrade derive-builder #108

merged 3 commits into from
Jul 23, 2024

Conversation

faern
Copy link
Member

@faern faern commented Jul 23, 2024

Upgrade the derive-builder dependency to the latest version. This improves the API of the generated builders. It removes the need to expose build_internal and write our own build method. Instead via the From impl between their error variant and ours, we can now have derive-builder directly generate a build method returning our own Error type directly.

Upgrades a lot of dependencies. Does not really shrink the dependency tree, but upgrades it.


This change is Reviewable

@faern faern requested a review from Serock3 July 23, 2024 08:47
Copy link

@Serock3 Serock3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 3 of 3 files at r1, 2 of 2 files at r2, 1 of 1 files at r3, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@faern faern merged commit cb212b2 into main Jul 23, 2024
10 checks passed
@faern faern deleted the upgrade-derive-builder branch July 23, 2024 11:11
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.

2 participants