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 constructor for RequestHead #319

Merged
merged 2 commits into from
Jul 1, 2024
Merged

Conversation

benwis
Copy link
Contributor

@benwis benwis commented Jun 27, 2024

Since RequestHead is non-exhaustive, to construct it I need a constructor in the defining crate.

@LukeMathWalker
Copy link
Owner

I think we can safely make it exhaustive, I don't see us adding fields at this point.

@benwis
Copy link
Contributor Author

benwis commented Jun 27, 2024

I think we can safely make it exhaustive, I don't see us adding fields at this point.

Done

@LukeMathWalker
Copy link
Owner

/ok-to-test sha=26339b7

@LukeMathWalker LukeMathWalker merged commit 55ede4d into LukeMathWalker:main Jul 1, 2024
21 of 22 checks passed
@pavex-releaser pavex-releaser bot mentioned this pull request Jul 2, 2024
LukeMathWalker pushed a commit that referenced this pull request Jul 2, 2024
## 🤖 New release
* `pavex`: 0.1.44 -> 0.1.45
* `pavex_bp_schema`: 0.1.44 -> 0.1.45
* `pavex_reflection`: 0.1.44 -> 0.1.45
* `pavex_macros`: 0.1.44 -> 0.1.45
* `persist_if_changed`: 0.1.44 -> 0.1.45
* `pavex_tracing`: 0.1.44 -> 0.1.45
* `pavex_cli`: 0.1.44 -> 0.1.45
* `pavex_miette`: 0.1.44 -> 0.1.45
* `pavexc_cli_client`: 0.1.44 -> 0.1.45
* `pavexc`: 0.1.44 -> 0.1.45
* `pavex_cli_client`: 0.1.44 -> 0.1.45
* `pavexc_cli`: 0.1.44 -> 0.1.45
* `generate_from_path`: 0.1.44 -> 0.1.45

<details><summary><i><b>Changelog</b></i></summary><p>

## `pavex`
<blockquote>

##
[0.1.45](0.1.44...0.1.45)
- 2024-07-02

### Added
- enable 'std' feature on the 'time' crate in 'pavex'

### Fixed
- std's collections can be used as prebuilt types
([#321](#321))

### Other
- Add constructor for RequestHead
([#319](#319))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Co-authored-by: pavex-releaser[bot] <167640712+pavex-releaser[bot]@users.noreply.github.com>
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