From ba55af8109ad38f3501670a70715841f5969cfae Mon Sep 17 00:00:00 2001 From: Mathieu Poumeyrol Date: Wed, 20 Sep 2017 12:42:39 +0200 Subject: fix weird nom errorkind issue --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c3789ab..44da107 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,8 @@ hjson = ["serde-hjson"] [dependencies] lazy_static = "0.2" serde = "^1.0.8" -nom = "^3.0.0" +# nom = "^3.0.0" +nom = { git = "github.com:snipsco/nom", rev = "3769283" } toml = { version = "^0.4.1", optional = true } serde_json = { version = "^1.0.2", optional = true } -- cgit v1.2.3