From e3f25ce0d911aa4a2bc3c4ca32d6ed29c98a4a3d Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Sat, 17 Feb 2018 19:51:50 +0100 Subject: update to nom 4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8ee4d4c..72fd151 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ hjson = ["serde-hjson"] [dependencies] lazy_static = "1.0" serde = "^1.0.8" -nom = "^3.2.1" +nom = "4.0.0-beta1" toml = { version = "^0.4.1", optional = true } serde_json = { version = "^1.0.2", optional = true } -- cgit v1.2.3