Add reference to ws2markdown#1100
Conversation
I like both pest and my small tool that wouldn't be possible without pest, so I thought I'd add it here.
WalkthroughA new project, "ws2markdown" (a WordStar to Markdown converter), was added to the list of projects using pest in the README.md file. No other code or documentation changes were made. Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
I like both pest and my small tool that wouldn't be possible without pest, so I thought I'd add it here. Additional PR to pest: pest-parser/pest#1100
I like both pest and my small tool that wouldn't be possible without pest, so I thought I'd add it here. Additional PR to pest: pest-parser/pest#1100
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pest_derive](https://pest.rs/) ([source](https://github.com/pest-parser/pest)) | dependencies | patch | `2.8.0` -> `2.8.1` | --- ### Release Notes <details> <summary>pest-parser/pest (pest_derive)</summary> ### [`v2.8.1`](https://github.com/pest-parser/pest/releases/tag/v2.8.1) [Compare Source](pest-parser/pest@v2.8.0...v2.8.1) #### What's Changed - Add reference to ws2markdown by [@​dertuxmalwieder](https://github.com/dertuxmalwieder) in pest-parser/pest#1100 - remove once\_cell (upon next MSRV bump!) by [@​2ndDerivative](https://github.com/2ndDerivative) in pest-parser/pest#1102 The Minimum Supported Rust Version (MSRV) for default features is **1.80.0** now. #### New Contributors - [@​dertuxmalwieder](https://github.com/dertuxmalwieder) made their first contribution in pest-parser/pest#1100 - [@​2ndDerivative](https://github.com/2ndDerivative) made their first contribution in pest-parser/pest#1102 **Full Changelog**: pest-parser/pest@v2.8.0...v2.8.1 #### Warning: Semantic Versioning Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated `Rule` enum. This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest\_derive crate in your Cargo.toml: ``` ... pest_derive = { version = "2.8", features = ["grammar-extras"] } ``` </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone Pacific/Auckland, Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone Pacific/Auckland. 🚦 **Automerge**: Disabled because a matching PR was automerged previously. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41OC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTguMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=--> Reviewed-on: https://harton.dev/outrun/outrun/pulls/60 Co-authored-by: Renovate Bot <bot@harton.nz> Co-committed-by: Renovate Bot <bot@harton.nz>
I like both pest and my small tool that wouldn't be possible without pest, so I thought I'd add it here.
Summary by CodeRabbit