Skip to content

Commit

Permalink
Use the newest grmtools release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ltratt committed May 29, 2020
1 parent cdbd406 commit c43ed13
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ path = "lang_tests/run.rs"
harness = false

[build-dependencies]
cfgrammar = "0.7"
lrlex = "0.7"
lrpar = "0.7"
cfgrammar = "0.8"
lrlex = "0.8"
lrpar = "0.8"
rerun_except = "0.1"

[dev-dependencies]
Expand All @@ -33,11 +33,11 @@ regex = "1.1"
[dependencies]
rboehm = { git = "https://github.com/softdevteam/rboehm" }
arrayvec = "0.5"
cfgrammar = "0.7"
cfgrammar = "0.8"
getopts = "0.2"
itertools = "0.9"
lrlex = "0.7"
lrpar = "0.7"
lrlex = "0.8"
lrpar = "0.8"
natrob = { git="https://github.com/softdevteam/natrob", features=["rboehm"] }
num-bigint = "0.2"
num-integer = "0.1"
Expand Down

0 comments on commit c43ed13

Please sign in to comment.