Skip to content

Commit

Permalink
Merge #127
Browse files Browse the repository at this point in the history
127: Use the newest grmtools release. r=ptersilie a=ltratt



Co-authored-by: Laurence Tratt <[email protected]>
  • Loading branch information
bors[bot] and ltratt authored May 29, 2020
2 parents cdbd406 + c43ed13 commit 544c3a2
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 544c3a2

Please sign in to comment.