Skip to content

Bump peg from 0.8.5 to 0.8.6#61

Merged
kelko merged 1 commit into
mainfrom
dependabot/cargo/peg-0.8.6
May 5, 2026
Merged

Bump peg from 0.8.5 to 0.8.6#61
kelko merged 1 commit into
mainfrom
dependabot/cargo/peg-0.8.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps peg from 0.8.5 to 0.8.6.

Release notes

Sourced from peg's releases.

0.8.6

New features

  • Add grammar-wide injected variables for more easily building syntax trees with spans (#421)
  • Support use-tree syntax (kevinmehall/rust-peg#408)
  • Support use-bound on return position impl trait (#409)
  • Allow rules without = expr at macro expansion time so that rust-analyzer can suggest a return type. (kevinmehall/rust-peg#410)

Fixes

Minimum Rust version is increased to 1.82. kevinmehall/rust-peg#398

Contributors

@​kevinmehall @​A4-Tacks @​csnover @​luohewuyang

Commits
  • 3453b34 v0.8.6
  • c6d4e4c #[allow(unused)] on injected variable functions
  • e41c490 Grammar-wide injected variables for things like spans (#421)
  • 66ce4f8 docs: Add rule type parameter example
  • 50abff8 chore: fix typos in src/lib.rs (#418)
  • 830ba4f Enforce cargo fmt in CI
  • c125a4c Run infallible tests natively
  • 9b65844 Increase MSRV to 1.82
  • 84dafb2 Fix new clippy lints
  • b577024 Unify Cargo configuration under a workspace config
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [peg](https://github.com/kevinmehall/rust-peg) from 0.8.5 to 0.8.6.
- [Release notes](https://github.com/kevinmehall/rust-peg/releases)
- [Commits](kevinmehall/rust-peg@0.8.5...0.8.6)

---
updated-dependencies:
- dependency-name: peg
  dependency-version: 0.8.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 4, 2026
@kelko kelko merged commit efe0d70 into main May 5, 2026
3 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/peg-0.8.6 branch May 5, 2026 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant