Update Rust crate snafu to v0.8.9 #159
Open
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.
This PR contains the following updates:
0.8.5→0.8.9Release Notes
shepmaster/snafu (snafu)
v0.8.9Compare Source
Fixed
unstable-provider-apifeature to be used in a no_stdenvironment, both with and without the
allocfeature flag enabled.v0.8.8Compare Source
Fixed
Gate
TryFuture::whatever_context,TryFuture::with_whatever_context,TryStream::whatever_context,and
TryStream::with_whatever_contextbehind theallocfeatureflag. This allows SNAFU's future and stream combinators to be used
in a no_std environment.
Only implement
GenerateImplicitDataandAsBacktraceforArcwrappers when the target platform has access to atomics and
Arc.v0.8.7Compare Source
Added
GenerateImplicitDataandAsBacktraceare now implemented forBox<T>,Rc<T>, andArc<T>whenTimplements the sametrait. This allows you to use types like
Arc<Backtrace>as abacktrace field.
v0.8.6Compare Source
Added
A new
allocfeature flag has been added as a subset of theexisting
stdfeature flag. This allows SNAFU to be used inenvironments that have access to an allocator but not the standard
library.
Context selectors may now be explicitly named. This allows
flexibility in edge cases, but also is understood by rust-analyzer
to help with renaming context selectors.
Fixed
#[allow(dead_code)]to the context selector'sfailmethod. This works around an issue with the
dead_codelint in rareusages involving declarative macros and explicit visibility
qualifiers.
Changed
Add top-level documentation on reporting errors using
#[snafu::report].Show the
cfgoptions that control features on docs.rs.Configuration
📅 Schedule: Branch creation - "before 6am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.