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

feat: implement Clone for Request, Response, Extensions #634

Merged
merged 1 commit into from Nov 10, 2023

Conversation

seanmonstar
Copy link
Member

A breaking change, requiring all extensions to impl Clone.

Closes #395

@seanmonstar seanmonstar added the B-breaking Blocked: breaking change. This requires a breaking change. label Nov 10, 2023
A breaking change, requiring all extensions to `impl Clone`.
@seanmonstar seanmonstar merged commit f5f31f0 into master Nov 10, 2023
5 checks passed
@seanmonstar seanmonstar deleted the extensions-clone branch November 10, 2023 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-breaking Blocked: breaking change. This requires a breaking change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update extensions to be cloneable
2 participants