fix(deps): update rust crate logos to 0.15.0 #4
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.12.1->0.15.0Release Notes
maciejhirsz/logos (logos)
v0.15.1: - More customizable derive macrosIt has been quite some time since the last release, and this new release contains quite nice new features, especially regarding the derive macro, thanks to the help of many contributors!
There should not be any breaking change, but please report any bug you might encounter with this new release.
Thanks again to all contributors!
What's Changed
cargo msrvand ci by @jeertmans in #469chumskycrate from 0.9.0 to 0.10.0 by @your-diary in #474New Contributors
Full Changelog: maciejhirsz/logos@v0.15...v0.15.1
v0.14.4: - Republish v0.14.2Compare Source
Do to a mistake caused when versioning v0.14.3 (which was yanked on crates.io and re-published as v0.15), v0.14.2 is re-published under v0.14.4, to avoid crates selecting a version of Logos that might break their CI, due to an upgrade of the MRSV.
See #452.
v0.14.3: - YANKED - 2024 edition, improved callback, fixes and better docs!Compare Source
This is a small release, but it contains two important fixes:
As well as a nice new feature for callback to support returning
Result<Skip>!Moreover, the documentation has received very nice additions.
Many thanks to all the contributors!
What's Changed
New Contributors
Full Changelog: maciejhirsz/logos@v0.14.2...v0.14.3
v0.14.2: - Optionalforbid_unsafefeature, fuzzing, book, and more!Compare Source
What's Changed
forbid_unsafefeature to disable unsafe code by @davidkern in #413New Contributors
Full Changelog: maciejhirsz/logos@v0.14.1...v0.14.2
v0.14.1: 0.14.1 - Debug feature and fixesWhat's Changed
Lexer::cloneleak and UB + tests by @Jakobeha in #390New Contributors
Full Changelog: maciejhirsz/logos@v0.14...v0.14.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 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.