From 5e5f1a7f000dc227070ccb4bd8e0e3c1c4948282 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Mon, 2 Jul 2018 15:24:10 -0700 Subject: Fix test failures from upgrade 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 72fd151..c37b1cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ hjson = ["serde-hjson"] [dependencies] lazy_static = "1.0" serde = "^1.0.8" -nom = "4.0.0-beta1" +nom = "4.0.0" toml = { version = "^0.4.1", optional = true } serde_json = { version = "^1.0.2", optional = true } -- cgit v1.2.3