From 44e75a74bddf5c96d12dfdda18a4d3247a1a3bbf Mon Sep 17 00:00:00 2001 From: Mathieu Poumeyrol Date: Fri, 27 Oct 2017 13:31:01 +0200 Subject: switch to upstream nom --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6d2fe81..02f8968 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,8 +22,7 @@ hjson = ["serde-hjson"] [dependencies] lazy_static = "0.2" serde = "^1.0.8" -# nom = "^3.0.0" -nom = { git = "https://github.com/snipsco/nom.git", rev = "3769283" } +nom = "^3.2.1" toml = { version = "^0.4.1", optional = true } serde_json = { version = "^1.0.2", optional = true } -- cgit v1.2.3