Update peg

This commit is contained in:
Greg Shuflin
2022-10-12 20:30:28 -07:00
parent 52b2426f30
commit a6e1a6c36c
2 changed files with 10 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ colored = "1.8"
radix_trie = "0.1.5"
assert_matches = "1.5"
#peg = "0.7.0"
peg = { git = "https://github.com/kevinmehall/rust-peg", rev = "960222580c8da25b17d32c2aae6f52f902728b62" }
peg = "0.8.1"
nom = "7.1.0"
nom_locate = "4.0.0"