summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-02-27 15:35:04 +0100
committerNadrieril2019-02-27 15:35:58 +0100
commitd5bc8da87f3fed99a010d867a3e34d2768caf768 (patch)
treef6341f5790a7041c19eb2320edf0d029569543a5 /Cargo.toml
parent3118e96dfb9aebc1486886cc6659772a5e91b2e8 (diff)
Try to update to latest nom
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 f781e03..e6fb36c 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 = "3.0.0"
+nom = "4.0.0"
term-painter = "0.2.3"