From 6f85ea10918f11fb44d568be8a1191c6e37263bf Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 5 Mar 2016 11:57:57 +0100 Subject: [PATCH] Update dependency: nom --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c65953..a0492be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ repository = "https://github.com/filipegoncalves/rust-config" readme = "README.md" [dependencies] -nom = "~1.0.0" +nom = "~1"