From b934445e04c418bb30c93d5f552b3e662e716dc1 Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Mon, 23 Dec 2019 15:48:38 +0000 Subject: [PATCH] Pin jwalk to dependency version https://github.com/jessegrosjean/jwalk/issues/13 Having raised the above issue I don't want it fixed in a minor version as I have added a work around --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 10597f6..c44644c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ path = "src/main.rs" [dependencies] ansi_term = "=0.11" clap = "=2.33" -jwalk = "0.4" +jwalk = "0.4.0" [dev-dependencies] assert_cli = "=0.5"