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

Add #[builder(crate = "parol_runtime::derive_builder")] #26

Merged
merged 3 commits into from
Nov 29, 2022

Conversation

ryo33
Copy link
Contributor

@ryo33 ryo33 commented Nov 24, 2022

This is related to #23.
I've tried to extract boilerplates into parol_runtime, but we still need pub use parol_runtime::derive_builder in lib.rs or main.rs because derive_builder does not support re-exporting.
Now we can remove it, thanks to colin-kiegel/rust-derive-builder#275.
This is a draft because it uses not released version of derive_builder.

@jsinger67
Copy link
Owner

jsinger67 commented Nov 24, 2022

@ryo33 Very good.
So, we have to wait for colin-kiegel/rust-derive-builder#275 to be merged and that they publish a new version of derive_builder.

@ryo33 ryo33 marked this pull request as ready for review November 29, 2022 15:37
@ryo33
Copy link
Contributor Author

ryo33 commented Nov 29, 2022

@jsinger67 Now I think it's ready to merge.

Copy link
Owner

@jsinger67 jsinger67 left a comment

Choose a reason for hiding this comment

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

Good work 👍

@jsinger67 jsinger67 merged commit 515889d into jsinger67:main Nov 29, 2022
@jsinger67
Copy link
Owner

Works perfectly 💯
Again, thanks a lot!

@jsinger67
Copy link
Owner

I released parol_runtime version 0.11.0 on crates.io right now.

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