From f264e74288682fc33e91f63d624833eda52c5cfc Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Fri, 25 Dec 2020 04:18:24 +0000 Subject: [PATCH] specify nom version --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 5b00532b5..025ee0715 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -9,7 +9,7 @@ dirs = "^3.0.1" env_logger = "^0.8.2" failure = "^0.1.8" log = "^0.4.11" -nom = "*" +nom = "^6.0.1" prettytable-rs = "^0.8.0" textwrap = { version="0.12.1", features=["terminal_size"] } termcolor = "1.1.2"