Skip to content

Commit

Permalink
Bump lalrpop from 0.20.2 to 0.22.0
Browse files Browse the repository at this point in the history
Bumps [lalrpop](https://github.com/lalrpop/lalrpop) from 0.20.2 to 0.22.0.
- [Changelog](https://github.com/lalrpop/lalrpop/blob/master/RELEASES.md)
- [Commits](lalrpop/lalrpop@0.20.2...0.22.0)

---
updated-dependencies:
- dependency-name: lalrpop
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent c2b4d80 commit bde14c5
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 94 deletions.
187 changes: 94 additions & 93 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["expression", "evaluate", "evaluator", "rules", "engines"]
categories = ["parsing", "parser-implementations", "game-engines"]

[build-dependencies]
lalrpop = "^0.20"
lalrpop = "^0.22"

[dependencies]
lalrpop-util = { version = "^0.20", features = ["lexer"] }
Expand Down

0 comments on commit bde14c5

Please sign in to comment.