chore(deps): update crates (major) - autoclosed #5
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:
5
->7
0.0.12
->1.2.0
Release Notes
zkat/miette (miette)
v7.2.0
Compare Source
Features
Bug Fixes
v7.1.0
Compare Source
Features
Bug Fixes
e5c7ae4
(#339) (6e829f8c)v7.0.0
Compare Source
This is a small breaking release on the heels of 6.0 because I neglected to
bump owo-colors. I figured it's a good time to do it, before 6.0 gets more
widely used.
Features
v6.0.1
Compare Source
Bug Fixes
v6.0.0
Compare Source
The long-awaited 6.0 release of
miette
is here, with TONS of goodies, notleast of which is syntax highlighting support!
It also comes with a few breaking changes so make sure to check below and
update your code as needed!
Features
miette-derive
be able to be turned off (#304) (c7ba5b7e)textwrap
options (#321) (fd77257c)wrap_lines: bool
option allowing wrapping be disabled entirely (#328) (b0744462)source_code()
impl.usize
for length (#265) (fad0e76a)SourceSpan
's length type tousize
.NamedSource
type generic over itsSource
type, instead of boxing it.std::io::IsTerminal
(e5c7ae46)std::sync::OnceLock
(4c48584f)Bug Fixes
cargo test
with default features. (#294) (1f448e47)is_terminal
sys call fromMietteHandlerOpts::build
(#325) (f1dc89c0)Documentation
NamedResult
to where it is used (#309) (d37ada87)hyf0/sugar_path (sugar_path)
v1.1.0
Compare Source
v1.0.0
What's Changed
Breaking changes compared to
0.0.12
SugarPathBuf
trait is removed.AsPath
trait is removed. Its functionalities is merged intoSugarPath
.SugarPath
is changed toPathBuf
fromCow<Path>
.Refined Functionalities
T: Deref<Target = str>
toPath
and allows to you methods ofSugarPath
on&str
orString
directly..
or..
segments.std::env::current_dir().unwrap()
as the base path.Refined Documentation
I rewrite the documents of using
SugarPath
. It should be more straightforward for users to understand whatSugarPath
does.See https://docs.rs/sugar_path/latest/sugar_path/ for more details.
New Contributors
Full Changelog: https://github.com/hyf0/sugar_path/commits/v1.0.0
Configuration
📅 Schedule: Branch creation - "on wednesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.