Skip to content

Commit

Permalink
chore: update lalrpop to 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
w-lfchen committed Sep 7, 2024
1 parent 09abd4d commit a420869
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 40 deletions.
71 changes: 33 additions & 38 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jaq-parse = "1.0.3"
jaq-std = "1.6.0"
jaq-interpret = "1.5.0"
jaq-syn = "1.6.0"
lalrpop = { version = "0.20.2", features = ["unicode"] }
lalrpop-util = { version = "0.20.2", features = ["unicode"] }
lalrpop = { version = "0.21", features = ["unicode"] }
lalrpop-util = { version = "0.21", features = ["unicode"] }
libc = "0.2"
log = "0.4"
maplit = "1"
Expand Down

0 comments on commit a420869

Please sign in to comment.