summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-02-27 15:36:12 +0100
committerNadrieril2019-02-27 15:36:12 +0100
commit8a1012be323459440032813c2b21b62174924c6c (patch)
treed2a64f401f552106318f2ededd7043f5aefbd92e /Cargo.toml
parentd5bc8da87f3fed99a010d867a3e34d2768caf768 (diff)
Revert "Try to update to latest nom"
This reverts commit d5bc8da87f3fed99a010d867a3e34d2768caf768.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e6fb36c..f781e03 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,5 +10,5 @@ lalrpop = "0.16.3"
[dependencies]
bytecount = "0.5.1"
lalrpop-util = "0.16.3"
-nom = "4.0.0"
+nom = "3.0.0"
term-painter = "0.2.3"