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

chore: release crates manually to unblock release-plz #380

Merged
merged 2 commits into from
Oct 23, 2024

Conversation

shekohex
Copy link
Contributor

@shekohex shekohex commented Oct 23, 2024

This pull request makes several changes to the macros/blueprint-proc-macro/src/job.rs file to clean up the code by removing unnecessary #[derive(Debug)] annotations. The most important changes include:

Code cleanup:

  • impl Parse for Results in macros/blueprint-proc-macro/src/job.rs: Removed the #[derive(Debug)] annotation from the EventListenerArgs struct.
  • pub enum ListenerType in macros/blueprint-proc-macro/src/job.rs: Removed the #[derive(Debug)] annotation from the SingleListener struct.
  • impl Parse for EventListenerArgs in macros/blueprint-proc-macro/src/job.rs: Removed the #[derive(Debug)] annotation from the EvmArgs struct.

@shekohex shekohex marked this pull request as ready for review October 23, 2024 15:33
@shekohex shekohex merged commit 1c8dac4 into main Oct 23, 2024
12 checks passed
@shekohex shekohex deleted the shady/manual-release branch October 30, 2024 11:52
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.

3 participants