docs: Add non-async Source to config chapter in book#670
Merged
Conversation
This was referenced Mar 4, 2025
spencewenski
added a commit
that referenced
this pull request
Mar 5, 2025
## 🤖 New release
* `roadster`: 0.7.0-beta -> 0.7.0-beta.1 (⚠ API breaking changes)
### ⚠ `roadster` breaking changes
```text
--- failure auto_trait_impl_removed: auto trait no longer implemented ---
Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.39.0/src/lints/auto_trait_impl_removed.ron
Failed in:
type PrepareOptions is no longer UnwindSafe, in /tmp/.tmpU0JW3g/roadster/src/app/prepare.rs:76
type PrepareOptions is no longer RefUnwindSafe, in /tmp/.tmpU0JW3g/roadster/src/app/prepare.rs:76
```
<details><summary><i><b>Changelog</b></i></summary><p>
<blockquote>
##
[0.7.0-beta.1](roadster-v0.7.0-beta...roadster-v0.7.0-beta.1)
- 2025-03-04
### Added
- Allow logging sensitive headers in the dev environment
([#666](#666))
- Allow overriding config fields or entire config
([#661](#661))
### Fixed
- Export `TestAppState` to allow for external use
([#672](#672))
### Other
- Add non-async `Source` to config chapter in book
([#670](#670))
- Update testing chapter in book
([#668](#668))
- Update book deploy workflow to only run if book tests pass on main
([#665](#665))
- Update all workspace members to rust 2024 edition
([#664](#664))
- Improve diesel docs in book
([#663](#663))
- Update to rust 2024 edition + rustfmt 2024 style edition
([#662](#662))
</blockquote>
</p></details>
---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Spencer Ferris <3319370+spencewenski@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.