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

fix: std's collections can be used as prebuilt types #321

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

LukeMathWalker
Copy link
Owner

We make default generic arguments explicit.
But there is an issue: Vec<T, alloc::alloc::Global and Vec<T> are the same type, but the former spelling is only allowed on nightly, while the latter works on stable; to avoid the issue, we special-case alloc::alloc::Global.

@LukeMathWalker
Copy link
Owner Author

/ok-to-test sha=771e1e9

@LukeMathWalker LukeMathWalker merged commit 51f42b8 into main Jul 2, 2024
21 of 22 checks passed
@LukeMathWalker LukeMathWalker deleted the regressions branch July 2, 2024 11:58
@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>
@LukeMathWalker LukeMathWalker restored the regressions branch July 15, 2024 06:32
@LukeMathWalker LukeMathWalker deleted the regressions branch July 15, 2024 06:32
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.

1 participant